Question about exception handlers and prologue sequences #638
-
|
Hello, same person as the stack layout question from the other day, hah. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
From reading |
Beta Was this translation helpful? Give feedback.
-
|
The macro simply makes an extern "C" function with an unmangled name. You can do that manually and skip using the macro. |
Beta Was this translation helpful? Give feedback.
The macro simply makes an extern "C" function with an unmangled name. You can do that manually and skip using the macro.
See https://github.com/jonathanpallant/pets/blob/ef3e273ddff2fe09d08bae1499132f95044ebbfa/src/asm/eabihf.rs#L26