X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=b7de91e52400d6a877e95b84a2c7b8a8c247f89e;hb=ee90e535c985f697c71d839083aed16710f846fd;hp=b5ff9baeff35f9594c57a9ec90f4052e1583ec76;hpb=8479d3ade615e93a48757da061807223a6a902d2;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index b5ff9ba..b7de91e 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -33,7 +33,7 @@ ;; 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* @@ -52,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*))