X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=b7de91e52400d6a877e95b84a2c7b8a8c247f89e;hb=975f1932acc3a8e90fb31d2b055bfbdde78ea927;hp=ea42696ddd2338c49590a5bb2e26c7153dfaceb4;hpb=06c341ebab3da2e81effcaacc2235f2b1e8bfa82;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index ea42696..b7de91e 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -33,9 +33,11 @@ ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) #!+(or x86 x86-64) *pseudo-atomic-bits* + *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* @@ -50,4 +52,6 @@ sb!vm::*fp-constant-lg2* sb!vm::*fp-constant-ln2* sb!vm:*alloc-signal* - sb!pcl::..slot-unbound..)) + sb!pcl::..slot-unbound.. + sb!pcl::*cache-miss-values-stack* + sb!pcl::*dfun-miss-gfs-on-stack*))