* Like in the x86oid UNBIND-TO-HERE vop
* Fixes calling SAVE-LISP-AND-DIE when the call stack contains
functions compiled with high DEBUG quality
symbol = binding->symbol;
if (symbol) {
- SetTlSymbolValue(symbol, binding->value,thread);
+ if (symbol != UNBOUND_MARKER_WIDETAG) {
+ SetTlSymbolValue(symbol, binding->value,thread);
+ }
binding->symbol = 0;
}
}
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.6.41"
+"1.0.6.42"