diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index eb86ebf..ccc2bad 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -855,7 +855,9 @@ mips_initialize () mips_receive_wait = 3; tries = 0; - while (catch_errors (mips_receive_packet, buff, (char *) NULL) == 0) + while (catch_errors (mips_receive_packet, buff, (char *) NULL, + RETURN_MASK_ALL) + == 0) { char cc; |