Skip to content

Commit d6be95a

Browse files
author
Jorge Aparicio
committed
note about calling convention
1 parent a2fc4da commit d6be95a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/arm.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
use core::intrinsics;
22

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
35
// TODO use `global_asm!`
46
#[naked]
57
#[no_mangle]

0 commit comments

Comments
 (0)