diff options
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r-- | gdb/cp-abi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index 8e54538..d95b140 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -82,7 +82,7 @@ baseclass_offset (struct type *type, int index, const gdb_byte *valaddr, catch (const gdb_exception_error &ex) { if (ex.error != NOT_AVAILABLE_ERROR) - throw_exception (ex); + throw; throw_error (NOT_AVAILABLE_ERROR, _("Cannot determine virtual baseclass offset " |