diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index cf01d2f..b88c53f 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -592,7 +592,7 @@ interrupt_query (void) Give up (and stop debugging it)? ")) { target_mourn_inferior (); - throw_exception (RETURN_QUIT); + throw_reason (RETURN_QUIT); } target_terminal_inferior (); |