We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fc4da commit d6be95aCopy full SHA for d6be95a
src/arm.rs
@@ -1,5 +1,7 @@
1
use core::intrinsics;
2
3
+// NOTE This function and the one below are implemented using assembly because they using a custom
4
+// calling convention which can't be implemented using a normal Rust function
5
// TODO use `global_asm!`
6
#[naked]
7
#[no_mangle]
0 commit comments