summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exception.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception.cc b/src/exception.cc
index ecc3732..740eee4 100644
--- a/src/exception.cc
+++ b/src/exception.cc
@@ -488,7 +488,7 @@ extern "C" void __cxa_throw(void *thrown_exception,
info->globals.uncaughtExceptions++;
_Unwind_Reason_Code err = _Unwind_RaiseException(&ex->unwindHeader);
- report_failure(err, thrown_exception);
+ std::terminate();
}
/**