Skip to content

Commit

Permalink
Fix typo in __aeabi_uldivmod
Browse files Browse the repository at this point in the history
Accidentally introduced in rust-lang#452
  • Loading branch information
Amanieu committed Feb 9, 2022
1 parent 9c4118f commit d64e815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ intrinsics! {
"sub sp, sp, #16",
"add r4, sp, #8",
"str r4, [sp]",
bl!("__udivmodsi4"),
bl!("__udivmoddi4"),
"ldr r2, [sp, #8]",
"ldr r3, [sp, #12]",
"add sp, sp, #16",
Expand Down

0 comments on commit d64e815

Please sign in to comment.