Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / disasm-selftests.c
index aa4d499206a970122e2d16ab99f391fbb5416680..e0d84d981eebc603ace6a954a5173b84220d8ab3 100644 (file)
@@ -196,7 +196,7 @@ memory_error_test (struct gdbarch *gdbarch)
     {
       di.print_insn (0);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+  catch (const gdb_exception_error &ex)
     {
       if (ex.error == MEMORY_ERROR)
        saw_memory_error = true;
This page took 0.024223 seconds and 4 git commands to generate.