summaryrefslogtreecommitdiff
path: root/lib/arm_support/support-arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arm_support/support-arm.S')
-rw-r--r--lib/arm_support/support-arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arm_support/support-arm.S b/lib/arm_support/support-arm.S
index f99d086b0b..3af0c70975 100644
--- a/lib/arm_support/support-arm.S
+++ b/lib/arm_support/support-arm.S
@@ -227,7 +227,7 @@
227 /* Test whether divisor is 2^N */ 227 /* Test whether divisor is 2^N */
228 cmp \inv, #1<<31 228 cmp \inv, #1<<31
229 /* Load approximate reciprocal */ 229 /* Load approximate reciprocal */
230 ldrhib \inv, [\neg, #.L_udiv_est_table-.-64] 230 ldrbhi \inv, [\neg, #.L_udiv_est_table-.-64]
231 bls 20f 231 bls 20f
232 subs \bits, \bits, #7 232 subs \bits, \bits, #7
233 rsb \neg, \divisor, #0 233 rsb \neg, \divisor, #0