diff --git a/src/arm.rs b/src/arm.rs index bcfc6c8..51206ed 100644 --- a/src/arm.rs +++ b/src/arm.rs @@ -1,5 +1,7 @@ use core::intrinsics; +// NOTE This function and the one below are implemented using assembly because they using a custom +// calling convention which can't be implemented using a normal Rust function // TODO use `global_asm!` #[naked] #[no_mangle]