In the mips sigtrap hander, and for the case of a break instruction in a
authorThiemo Seufer <ths@networkno.de>
Wed, 7 Sep 2005 23:03:16 +0000 (23:03 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 7 Sep 2005 23:03:16 +0000 (23:03 +0000)
commit0b99857b2ea02b083040e9789ddefed98e8cae3a
treef1b1a7287d606a0394415540f8559de9b9ce10c6
parent024b8b36724f4497bfc6bc0b8f0202490149122b
In the mips sigtrap hander, and for the case of a break instruction in a
branch delay slot we looked up the error code in the preceeding branch
instruction instead of the break instruction. The result were unhandled
sigtraps which killed SBCL.
src/runtime/mips-arch.c
version.lisp-expr