diff options
author | Jim Wilson <wilson@tuliptree.org> | 1996-11-12 23:33:32 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1996-11-12 23:33:32 +0000 |
commit | 119dfbb7c16c594e26b4745e5efaf836b48d8c1b (patch) | |
tree | 5419bf9c17f940431f9c133e1d977c1720324c0c /gdb/remote-hms.c | |
parent | cf13e3fc30bee23f8c794c0dcd7924733e2e1d3e (diff) | |
download | gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.zip gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.tar.gz gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.tar.bz2 |
Patches to add Irix6 host support.
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 (); |