overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
638 stars 33 forks source link

Add foreign exception function #78

Closed MrAwesome closed 4 years ago

MrAwesome commented 4 years ago

The need for this function was added in https://github.com/rust-lang/rust/pull/70212

I'm not sure if this is exactly what we want, or if we want to pass this to our own catch_unwind - but putting up a PR to fix compilation regardless. Neither std nor no_std builds will successfully compile on nightly right now.