1.0.16.29: workaround for bug 419
[sbcl.git] / make-host-2.lisp
index 8bc96bf..7e66112 100644 (file)
@@ -29,7 +29,9 @@
        ;; never insert stepper conditions
        (sb!c:insert-step-conditions 0)
        ;; always stack-allocate if requested
-       (sb!c::stack-allocate-dynamic-extent 3)))))
+       (sb!c::stack-allocate-dynamic-extent 3)
+       ;; ...even value cells!
+       (sb!c::stack-allocate-value-cells 3)))))
 (compile 'proclaim-target-optimization)
 
 (defun in-target-cross-compilation-mode (fun)