1.0.35.5: Fix backtrace from internal-error on x86-64 OS X.
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Sat, 6 Feb 2010 05:03:13 +0000 (05:03 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Sat, 6 Feb 2010 05:03:13 +0000 (05:03 +0000)
commit37052332dbc13d1b59c9ab1f2597e0106745b635
tree3915f0a1d458a3d5db2cd8d665ae31f6ccd9eeb3
parente384c7c09cd6ab73396963c7661b0b14b15e95da
1.0.35.5: Fix backtrace from internal-error on x86-64 OS X.

  * Backtraces from internal-error traps were truncated before reaching
the erring stack frame due to an invalid frame pointer value being set
up in the mach exception handler.  Fixed.
NEWS
src/runtime/x86-64-darwin-os.c
version.lisp-expr