(hms_fetch_register): Take out REGISTER_TYPE.

This commit is contained in:
Steve Chamberlain 1994-02-05 01:06:21 +00:00
parent e24270fc31
commit 678ee700bc
2 changed files with 8 additions and 3 deletions

View File

@ -6,6 +6,13 @@ Fri Feb 4 15:53:18 1994 Steve Chamberlain (sac@cygnus.com)
change memory model.
* remote-7000.c (initialize_remote_e7000): Change name of snoop
command.
* remote-hms.c (hms_load): Remove breakpoints when loaded.
(hms_wait): Use new status structure
(hms_open): Push the target here. (hms_before_main_loop): Not
here. (supply_val, hms_fetch_register, hms_store_register): Cope
with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE.
* sh-tdep.c (show_regs, initialize_sh_tdep): New command to print
all registers in a compact way.
Fri Feb 4 07:41:13 1994 Jim Kingdon (kingdon@deneb.cygnus.com)

View File

@ -920,8 +920,7 @@ hms_fetch_register (dummy)
int s;
int gottok;
REGISTER_TYPE reg[NUM_REGS];
int foo[NUM_REGS];
LONGEST reg[NUM_REGS];
check_open ();
do
@ -998,7 +997,6 @@ hms_fetch_register (dummy)
int gottok;
unsigned LONGEST reg[NUM_REGS];
int foo[8];
check_open ();