X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=cc3a164d738d43fa196c60e712556e3d0322fc10;hb=1de12891f900d156ed035a097561ecd7755a256a;hp=6009653cdfb1bb0c3338e4c033e15ce07c40afa5;hpb=b0a7abdf2bd6f2d66fcce97196024cdb0e1a1886;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 6009653..cc3a164 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -19,7 +19,6 @@ *core-string* *read-only-space-free-pointer* sb!vm:*static-space-free-pointer* - sb!vm:*initial-dynamic-space-free-pointer* sb!vm::*current-catch-block* sb!vm::*current-unwind-protect-block* sb!vm::*alien-stack* @@ -33,8 +32,7 @@ ;; :X86. (Note that non-X86 ports mention ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) - #!+(or x86 x86-64) *pseudo-atomic-atomic* - #!+(or x86 x86-64) *pseudo-atomic-interrupted* + #!+(or x86 x86-64) *pseudo-atomic-bits* sb!unix::*interrupts-enabled* sb!unix::*interrupt-pending* *free-interrupt-context-index*