Commit be788bfa authored by Kevin Modzelewski's avatar Kevin Modzelewski

Turn this back on

parent 8f1077cb
......@@ -288,7 +288,7 @@ private:
if (unw_info.exc_dest == NO_CXX_INTERCEPTION) {
needs_cxx_interception = false;
} else {
bool needs_refcounting_fixup = false;
bool needs_refcounting_fixup = true;
needs_cxx_interception = (target_exception_style == CXX && (needs_refcounting_fixup || unw_info.hasHandler()
|| irstate->getExceptionStyle() == CAPI));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment