Skip to content

Commit d64e815

Browse files
committed
Fix typo in __aeabi_uldivmod
Accidentally introduced in rust-lang#452
1 parent 9c4118f commit d64e815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ intrinsics! {
4242
"sub sp, sp, #16",
4343
"add r4, sp, #8",
4444
"str r4, [sp]",
45-
bl!("__udivmodsi4"),
45+
bl!("__udivmoddi4"),
4646
"ldr r2, [sp, #8]",
4747
"ldr r3, [sp, #12]",
4848
"add sp, sp, #16",

0 commit comments

Comments
 (0)