X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=84fdee8497341a676417367e587cd4a417cef4a1;hb=8b64d57b865fec6ba082dda965146b5e8aa877b3;hp=4e974f28ed9146e5dbb49d965e8e90c92d5322cf;hpb=c81c32ef8a737b0cc61d3c0c6a137cab39baac73;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 4e974f2..84fdee8 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -19,9 +19,13 @@ *read-only-space-free-pointer* sb!vm:*static-space-free-pointer* sb!vm:*initial-dynamic-space-free-pointer* - *current-catch-block* - *current-unwind-protect-block* + sb!vm::*current-catch-block* + sb!vm::*current-unwind-protect-block* sb!vm::*alien-stack* + #!+sb-thread sb!thread::*foreground-thread-stack* + sb!vm::*control-stack-start* + sb!vm::*control-stack-end* + sb!vm::*binding-stack-start* ;; FIXME: The pseudo-atomic variable stuff should be ;; conditional on :SB-PSEUDO-ATOMIC-SYMBOLS, which ;; should be conditional on :X86, instead of the