From 119dfbb7c16c594e26b4745e5efaf836b48d8c1b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 12 Nov 1996 23:33:32 +0000 Subject: Patches to add Irix6 host support. --- gdb/remote-mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-mips.c') diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index c0c1686..4956e22 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1732,7 +1732,7 @@ static void mips_fetch_registers (regno) int regno; { - unsigned LONGEST val; + ULONGEST val; int err; if (regno == -1) -- cgit v1.1