Commit 215e4ee7 by Nick Clifton

missed one...

From-SVN: r35921
parent 02689e18
...@@ -226,7 +226,7 @@ Loop3: ...@@ -226,7 +226,7 @@ Loop3:
cmp dividend, #0 @ Early termination? cmp dividend, #0 @ Early termination?
movnes curbit, curbit, lsr #4 @ No, any more bits to do? movnes curbit, curbit, lsr #4 @ No, any more bits to do?
movne divisor, divisor, lsr #4 movne divisor, divisor, lsr #4
bNE Loop3 bne Loop3
.if \modulo .if \modulo
Lfixup_dividend: Lfixup_dividend:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment