You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
480 B
14 lines
480 B
13 years ago
|
diff --git a/gcc/config/arm/lib1funcs.asm b/gcc/config/arm/lib1funcs.asm
|
||
|
index 085e690..2e76c01 100644
|
||
|
--- a/gcc/config/arm/lib1funcs.asm
|
||
|
+++ b/gcc/config/arm/lib1funcs.asm
|
||
|
@@ -641,7 +641,7 @@ pc .req r15
|
||
|
subhs \dividend, \dividend, \divisor, lsr #3
|
||
|
orrhs \result, \result, \curbit, lsr #3
|
||
|
cmp \dividend, #0 @ Early termination?
|
||
|
- do_it hs, t
|
||
|
+ do_it ne, t
|
||
|
movnes \curbit, \curbit, lsr #4 @ No, any more bits to do?
|
||
|
movne \divisor, \divisor, lsr #4
|
||
|
bne 1b
|