compiler/arm/arith: Fix C input sense for %SUBTRACT-WITH-BORROW.
commit6809133b8bdec052723a4a09f1c10399a146b099
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Wed, 23 Apr 2014 13:25:20 +0000 (23 09:25 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:21 +0000 (10 15:12 -0400)
tree24d6468f87025f32bb0d69c940b7c77f4234d1b1
parent5b11f91fea9845c10d10bab3036b952169dc2fde
compiler/arm/arith: Fix C input sense for %SUBTRACT-WITH-BORROW.

  * Dealing with carry/borrow inputs for subtraction on computers
has always given me trouble.  Thanks to stassats for the fix.
src/compiler/arm/arith.lisp