summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-math.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/guile/scm-math.c')
-rw-r--r--gdb/guile/scm-math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/guile/scm-math.c b/gdb/guile/scm-math.c
index 3be9fb63158..dc7245ba7b4 100644
--- a/gdb/guile/scm-math.c
+++ b/gdb/guile/scm-math.c
@@ -824,7 +824,7 @@ vlscm_convert_typed_value_from_scheme (const char *func_name,
value = NULL;
}
}
- catch (const gdb_exception_RETURN_MASK_ALL &except)
+ catch (const gdb_exception &except)
{
except_scm = gdbscm_scm_from_gdb_exception (except);
}