Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / infcall.c
index 0e5b6aa13270c866fa1cce5a5bdb1a4311d66e70..c102b301e008d4ccf693d1af1bc7375fae7517ee 100644 (file)
@@ -605,7 +605,7 @@ run_inferior_call (struct call_thread_fsm *sm,
         target supports asynchronous execution.  */
       wait_sync_command_done ();
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &e)
+  catch (const gdb_exception &e)
     {
       caught_error = e;
     }
This page took 0.029722 seconds and 4 git commands to generate.