Fixed unwinding for iOS

Was broken by Windows adoption
This commit is contained in:
Valerii Hiora 2014-08-21 11:10:03 +03:00
parent 08a3453111
commit 69fbef1d87

View File

@ -333,7 +333,10 @@ pub mod eabi {
uw::_URC_HANDLER_FOUND // catch!
}
else { // cleanup phase
uw::_URC_INSTALL_CONTEXT
unsafe {
__gcc_personality_sj0(_version, actions, _exception_class, _ue_header,
_context)
}
}
}
}