Replace throw_exception with throw in some cases
[deliverable/binutils-gdb.git] / gdb / target.c
index 2234400211384b09cb6136ff2efee8679fac50fa..3ab5671c463cdb62dc24dbcf1c6d8b3340d785ea 100644 (file)
@@ -767,7 +767,7 @@ target_translate_tls_address (struct objfile *objfile, CORE_ADDR offset)
                       objfile_name (objfile), ex.what ());
              break;
            default:
-             throw_exception (ex);
+             throw;
              break;
            }
        }
This page took 0.024344 seconds and 4 git commands to generate.