compiler/arm/system: Implement RECEIVE-PENDING-INTERRUPT.
commitc534195077e32f0884567db7f67a618107e2c12e
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Thu, 24 Apr 2014 23:26:31 +0000 (24 19:26 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:23 +0000 (10 15:12 -0400)
tree3ee9f05528528d9fc719eb33ede756a197d99cf9
parent636b274058a471972cefe515050a7ad5c0d61241
compiler/arm/system: Implement RECEIVE-PENDING-INTERRUPT.

  * This is used for when an asynchronous signal arrives during
WITHOUT-INTERRUPTS, or when a GC arrives during WITHOUT-GCING.  At
the end of the WITHOUT-INTERRUPTS or WITHOUT-GCING body, if an
interrupt has arrived or a GC called for,
RECEIVE-PENDING-INTERRUPT is called to tell the runtime that we're
ready to deal with it.
src/compiler/arm/system.lisp