diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 7219bc7..eee2460 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -588,6 +588,7 @@ mips_expect_timeout (const char *string, int timeout) } immediate_quit++; + QUIT; while (1) { int c; |