X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=21e75b05c5c134b8bcebe7fe5880f2b1012d93b0;hb=568214ddf4c8ecc881caec98e20848d017974ec0;hp=fa8e9a2a31980c1f405eb66e0bd02ca858c76855;hpb=d93e034b8a53d8e3d8d6fa8b768cb5952d3ee548;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index fa8e9a2..21e75b0 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -16,13 +16,15 @@ ;;; listed here and then listed separately (and by now, 2001-06-06, ;;; slightly differently) elsewhere. (declaim (special *posix-argv* - *!initial-fdefn-objects* *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!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 @@ -30,14 +32,13 @@ ;; :X86. (Note that non-X86 ports mention ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) - #!+x86 *pseudo-atomic-atomic* - #!+x86 *pseudo-atomic-interrupted* + #!+(or x86 x86-64) *pseudo-atomic-atomic* + #!+(or x86 x86-64) *pseudo-atomic-interrupted* sb!unix::*interrupts-enabled* sb!unix::*interrupt-pending* *free-interrupt-context-index* sb!vm::*allocation-pointer* sb!vm::*binding-stack-pointer* - sb!vm::*internal-gc-trigger* sb!vm::*fp-constant-0d0* sb!vm::*fp-constant-1d0* sb!vm::*fp-constant-0f0*