compiler/arm/arith: Use unsigned flag test in %BIGFLOOR.
commit6ca103072a066444dde277d5e293a48e0ab2559a
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Tue, 22 Apr 2014 01:31:22 +0000 (21 21:31 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:20 +0000 (10 15:12 -0400)
tree58fa5a34468a63e2763819283fa0039d69a7ea61
parent1a4eb6faaab89686de03ed5c147efc4d6be00fc2
compiler/arm/arith: Use unsigned flag test in %BIGFLOOR.

  * A simple oversight, the original SPARC code was using an
unsigned comparison in its implementation, therefore we should as
well...  right?  Either way, doesn't affect the output from my
test case of (%BIGFLOOR 0 7 3), so what could possibly go wrong?
src/compiler/arm/arith.lisp