diff options
Diffstat (limited to 'gdb/jit.c')
-rw-r--r-- | gdb/jit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |