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 0dcad71..7db9df9 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -224,7 +224,7 @@ throw_exception (struct gdb_exception exception) quit_flag = 0; immediate_quit = 0; - do_cleanups (ALL_CLEANUPS); + do_cleanups (all_cleanups ()); /* Jump to the containing catch_errors() call, communicating REASON to that call via setjmp's return value. Note that REASON can't |