X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=ea42696ddd2338c49590a5bb2e26c7153dfaceb4;hb=7e24349c17298e2959e853ea411b5f65d9f7f332;hp=3ab97bf32346d0c9a055f689c77123060a404f3c;hpb=63f714af62d0ccdb9d4a793ab0245b036c3d8531;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 3ab97bf..ea42696 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -33,8 +33,8 @@ ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) #!+(or x86 x86-64) *pseudo-atomic-bits* - sb!unix::*interrupts-enabled* - sb!unix::*interrupt-pending* + *interrupts-enabled* + *interrupt-pending* *free-interrupt-context-index* sb!vm::*allocation-pointer* sb!vm::*binding-stack-pointer*