summaryrefslogtreecommitdiff
path: root/lib/arm/divmodsi4.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arm/divmodsi4.S')
-rw-r--r--lib/arm/divmodsi4.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arm/divmodsi4.S b/lib/arm/divmodsi4.S
index b11a4a8eb..cec39a792 100644
--- a/lib/arm/divmodsi4.S
+++ b/lib/arm/divmodsi4.S
@@ -36,7 +36,7 @@ DEFINE_COMPILERRT_FUNCTION(__divmodsi4)
sub r0, ip, r0, asr #31
sub r1, lr, r1, asr #31
// Unsigned divmod:
- bl ___udivmodsi4
+ bl SYMBOL_NAME(__udivmodsi4)
// Apply the sign of quotient and modulus
ldr r1, [r6]
eor r0, r0, r4, asr #31