We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c4118f + d64e815 commit b979fb2Copy full SHA for b979fb2
src/arm.rs
@@ -42,7 +42,7 @@ intrinsics! {
42
"sub sp, sp, #16",
43
"add r4, sp, #8",
44
"str r4, [sp]",
45
- bl!("__udivmodsi4"),
+ bl!("__udivmoddi4"),
46
"ldr r2, [sp, #8]",
47
"ldr r3, [sp, #12]",
48
"add sp, sp, #16",
0 commit comments