diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 5322e76..7425eaf 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1045,7 +1045,7 @@ static void mips_fetch_registers (regno) int regno; { - REGISTER_TYPE val; + unsigned LONGEST val; int err; if (regno == -1) |