Skip to content

How does exception handling on other architectures (e.g. ARM) differ from x86? #1136

Discussion options

You must be logged in to vote

If there is no dedicated call conv implemented in rustc, you will have to write some global_asm!() to translate from the platform interrupt call conv to the C call conv and then call an extern "C" function with the rust code for the interrupt handler.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kennystrawnmusic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants