Don't require an OCFP register to emit breakpoint traps.
commit636b274058a471972cefe515050a7ad5c0d61241
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Thu, 24 Apr 2014 20:01:21 +0000 (24 16:01 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:23 +0000 (10 15:12 -0400)
treee11cd6599dbdb8dc4cdb9ac7e9fb50078c6400f2
parentbc05b938a73e65db854c6fb666a6a113e7f3c55d
Don't require an OCFP register to emit breakpoint traps.

  * The use of a single-word-no-registers breakpoint instruction
simplifies the internal-error interfaces in the compiler back to
the standard set by the other ports.
src/assembly/arm/arith.lisp
src/assembly/arm/assem-rtns.lisp
src/compiler/arm/array.lisp
src/compiler/arm/call.lisp
src/compiler/arm/cell.lisp
src/compiler/arm/macros.lisp
src/compiler/arm/move.lisp
src/compiler/arm/subprim.lisp
src/compiler/arm/type-vops.lisp
src/compiler/arm/values.lisp
src/compiler/generic/type-error.lisp