Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / symfile-mem.c
index 118f28987a311ffabcc067c7da8e927bde220706..51a75541e52d22514c512b0f652a8e4d4a44c436 100644 (file)
@@ -198,7 +198,7 @@ add_vsyscall_page (struct target_ops *target, int from_tty)
                                       name,
                                       0 /* from_tty */);
        }
-      catch (const gdb_exception_RETURN_MASK_ALL &ex)
+      catch (const gdb_exception &ex)
        {
          exception_print (gdb_stderr, ex);
        }
This page took 0.035485 seconds and 4 git commands to generate.