From 86429dbf1eca8ee0e08176997f508647c3abf6bd Mon Sep 17 00:00:00 2001 From: Chris Chua Date: Sun, 19 Mar 2023 06:22:08 +1100 Subject: Using ARM Unified Assembler Language Change-Id: Iae32a8ba8eff6087330e458fafc912a12fee4509 --- lib/arm_support/support-arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/arm_support/support-arm.S') 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 @@ /* Test whether divisor is 2^N */ cmp \inv, #1<<31 /* Load approximate reciprocal */ - ldrhib \inv, [\neg, #.L_udiv_est_table-.-64] + ldrbhi \inv, [\neg, #.L_udiv_est_table-.-64] bls 20f subs \bits, \bits, #7 rsb \neg, \divisor, #0 -- cgit v1.2.3