Replace throw_exception with throw in some cases
[deliverable/binutils-gdb.git] / gdb / compile / compile-object-run.c
index 5bad049fc51c00734e0199aa541bd981462404dc..32e46f941044abd59006adc91571ad303e709d48 100644 (file)
@@ -183,7 +183,7 @@ compile_object_run (struct compile_module *module)
       gdb_assert (!(dtor_found && executed));
       if (!dtor_found && !executed)
        do_module_cleanup (data, 0);
-      throw_exception (ex);
+      throw;
     }
 
   dtor_found = find_dummy_frame_dtor (do_module_cleanup, data);
This page took 0.02562 seconds and 4 git commands to generate.