forked from Imagelibrary/binutils-gdb
* i386-stub.c, sparc-stub.c (getpacket): Actually check checksums.
* m68k-stub.c: Remove a few extraneous ANSI-isms. * remote-nindy.c (nindy_prepare_to_store): Only fetch regs if they aren't already there. * remote-vx.c (vx_prepare_to_store): Ditto. * xcoffread.c: Surround forward struct defns with #ifdef __STDC__.
This commit is contained in:
@@ -474,7 +474,8 @@ vx_read_register (regno)
|
||||
static void
|
||||
vx_prepare_to_store ()
|
||||
{
|
||||
vx_read_register (-1);
|
||||
/* Fetch all registers, if any of them are not yet fetched. */
|
||||
read_register_bytes (0, NULL, REGISTER_BYTES);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user