runtime/interrupt.c: ARM no longer needs the altstack.
commit292a3e20e5742e7e8a4bc64436b8a7fe071eb33c
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 26 Apr 2014 11:45:24 +0000 (26 07:45 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:24 +0000 (10 15:12 -0400)
tree0bad9acfce5f6090e3fa11427cbfe1bd6c712386
parentffe941b8fc1eb83126456bf8d3d254674145541f
runtime/interrupt.c: ARM no longer needs the altstack.

  * We'll leave the setup code in place for now, but disable the
switching of stacks when we register each signal handler.
src/runtime/interrupt.c