Skip to content

Commit cb33487

Browse files
authored
Update compiler-builtins/src/arm.rs
1 parent 296ecf7 commit cb33487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-builtins/src/arm.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ unsafe extern "C" {
1010

1111
// SAFETY: these are defined in compiler-builtins
1212
unsafe extern "custom" {
13+
// AAPCS is not always the correct ABI for these intrinsics, but we only use this to
14+
// forward another `__aeabi_` call so it doesn't matter.
1315
fn __aeabi_idiv();
1416
}
1517

0 commit comments

Comments
 (0)