diff options
Diffstat (limited to 'gdb/solib-frv.c')
-rw-r--r-- | gdb/solib-frv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c index 63edd41..fdd4b34 100644 --- a/gdb/solib-frv.c +++ b/gdb/solib-frv.c @@ -565,7 +565,7 @@ enable_break2 (void) { tmp_bfd = solib_bfd_open (buf); } - catch (const gdb_exception_RETURN_MASK_ALL &ex) + catch (const gdb_exception &ex) { } |