X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=21e75b05c5c134b8bcebe7fe5880f2b1012d93b0;hb=bb756e3d4b19c30d4a9cd4250b606c5969613ad9;hp=3058fcf35205fa6874e61c66c8d9cd1e438bc15f;hpb=94ea2b2082deaa0331dfb66fa6af6ca12dd8dc83;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 3058fcf..21e75b0 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -32,8 +32,8 @@ ;; :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*