Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / compile / compile-object-load.c
index 29542e744ee45335df2c79bf1da7e8e0f692db6a..4e702051950c6e431a84eb46f2f2ad213070160a 100644 (file)
@@ -54,7 +54,7 @@ munmap_list::~munmap_list ()
        {
          gdbarch_infcall_munmap (target_gdbarch (), item.addr, item.size);
        }
-      catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+      catch (const gdb_exception_error &ex)
        {
          /* There's not much the user can do, so just ignore
             this.  */
This page took 0.037833 seconds and 4 git commands to generate.