2012-06-04 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / exceptions.c
index 0dcad71d20b78d954ea4e9c47a0bdba3c12b0e34..7db9df9eb805662f3c342bac53d0de56f5984f3a 100644 (file)
@@ -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
This page took 0.023678 seconds and 4 git commands to generate.