X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-2.lisp;h=8bc96bf362796332568d5a68cfaaca31424ad4a5;hb=c25aa56131b52dda80bb06ec8414bd599e42ed03;hp=7e66112ef3ed8ca130c7cedd83c26467dbdda67d;hpb=a572ab7de4266dec958d50612a8376df6bb45226;p=sbcl.git diff --git a/make-host-2.lisp b/make-host-2.lisp index 7e66112..8bc96bf 100644 --- a/make-host-2.lisp +++ b/make-host-2.lisp @@ -29,9 +29,7 @@ ;; never insert stepper conditions (sb!c:insert-step-conditions 0) ;; always stack-allocate if requested - (sb!c::stack-allocate-dynamic-extent 3) - ;; ...even value cells! - (sb!c::stack-allocate-value-cells 3))))) + (sb!c::stack-allocate-dynamic-extent 3))))) (compile 'proclaim-target-optimization) (defun in-target-cross-compilation-mode (fun)