Question about exception handlers and prologue sequences #638
|
Hello, same person as the stack layout question from the other day, hah. |
Replies: 2 comments 2 replies
|
From reading |
|
The macro simply makes an extern "C" function with an unmangled name. You can do that manually and skip using the macro. |
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