Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / jit.c
index 1b78a93653c734baca0f23a003146a5b9134d250..62942fc7ab0d65be93e10c79df8960409b270666 100644 (file)
--- a/gdb/jit.c
+++ b/gdb/jit.c
@@ -855,7 +855,7 @@ jit_reader_try_read_symtab (struct jit_code_entry *code_entry,
                              code_entry->symfile_size))
        status = 0;
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &e)
+  catch (const gdb_exception &e)
     {
       status = 0;
     }
This page took 0.028096 seconds and 4 git commands to generate.