diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 7db9df9..b7cf9a2 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -221,7 +221,7 @@ exceptions_state_mc_action_iter_1 (void) void throw_exception (struct gdb_exception exception) { - quit_flag = 0; + clear_quit_flag (); immediate_quit = 0; do_cleanups (all_cleanups ()); |