X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fearly-impl.lisp;h=01ae58dbb58ada4d5712ec632bc54b6e3c47a651;hb=617d4fa1db5a4a11564e7c59bfb684c7eb25633d;hp=0e457caa04413bee52175136cda6ba670d6cefb7;hpb=fd324a9d981355d8bc10d2bd469cb54c4c9108fd;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 0e457ca..01ae58d 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -33,10 +33,11 @@ ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) #!+(or x86 x86-64) *pseudo-atomic-bits* - *in-interruption* + *allow-with-interrupts* *interrupts-enabled* *interrupt-pending* *free-interrupt-context-index* + sb!vm::*unwind-to-frame-function* sb!vm::*allocation-pointer* sb!vm::*binding-stack-pointer* sb!vm::*fp-constant-0d0*