Fixed unwinding for iOS
Was broken by Windows adoption
This commit is contained in:
parent
08a3453111
commit
69fbef1d87
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue