X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=430b1c775803b6cd18025b46d6a3fda4fc6a8c13;hb=672b2f6cb751566526c7f3bb3de6b7d8424760e2;hp=cc3a164d738d43fa196c60e712556e3d0322fc10;hpb=1de12891f900d156ed035a097561ecd7755a256a;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index cc3a164..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* - sb!unix::*interrupts-enabled* - sb!unix::*interrupt-pending* + *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* @@ -49,4 +52,7 @@ sb!vm::*fp-constant-l2e* sb!vm::*fp-constant-lg2* sb!vm::*fp-constant-ln2* - sb!pcl::..slot-unbound..)) + sb!vm:*alloc-signal* + sb!pcl::..slot-unbound.. + sb!pcl::*cache-miss-values-stack* + sb!pcl::*dfun-miss-gfs-on-stack*))