Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / compile / compile-object-run.c
index 1c4dd2014f096e9b3dcf3248883ea895455cf697..5bad049fc51c00734e0199aa541bd981462404dc 100644 (file)
@@ -173,7 +173,7 @@ compile_object_run (struct compile_module *module)
       call_function_by_hand_dummy (func_val, NULL, args,
                                   do_module_cleanup, data);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+  catch (const gdb_exception_error &ex)
     {
       /* In the case of DTOR_FOUND or in the case of EXECUTED nothing
         needs to be done.  */
This page took 0.030562 seconds and 4 git commands to generate.