X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=430b1c775803b6cd18025b46d6a3fda4fc6a8c13;hb=07ab1e4811ab16f95a9a5e8d767426a0787f22c0;hp=ea42696ddd2338c49590a5bb2e26c7153dfaceb4;hpb=06c341ebab3da2e81effcaacc2235f2b1e8bfa82;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index ea42696..430b1c7 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -33,9 +33,12 @@ ;; 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!kernel::*gc-epoch* + sb!vm::*unwind-to-frame-function* sb!vm::*allocation-pointer* sb!vm::*binding-stack-pointer* sb!vm::*fp-constant-0d0* @@ -50,4 +53,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*))