diff options
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r-- | gdb/remote-hms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 2f43e20..6051c4f 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -924,7 +924,7 @@ hms_fetch_register (dummy) int s; int gottok; - unsigned LONGEST reg[NUM_REGS]; + ULONGEST reg[NUM_REGS]; check_open (); |