Replace throw_exception with throw in some cases
[deliverable/binutils-gdb.git] / gdb / cp-abi.c
index 8e54538752ee60ace7484e4bc1f3e91a068215de..d95b1404dce6578860e1e8267fa1142ab809b601 100644 (file)
@@ -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 "
This page took 0.023781 seconds and 4 git commands to generate.