From: Manfred Gahr Date: Mon, 5 Dec 2011 21:37:53 +0000 (+0200) Subject: fix make.sh --dynamic-space-size option handling X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=035264731ec0429cc8f9985f5ad59c7ee70e9132;p=sbcl.git fix make.sh --dynamic-space-size option handling !CONFIGURE-DYNAMIC-SPACE-END actually ignored the number it read. --- diff --git a/src/compiler/generic/parms.lisp b/src/compiler/generic/parms.lisp index 233f39a..4d793be 100644 --- a/src/compiler/generic/parms.lisp +++ b/src/compiler/generic/parms.lisp @@ -26,12 +26,12 @@ (expt 2 30)) (t (error "Invalid --dynamic-space-size=~A" line))))) - `(+ dynamic-space-start ,(* number mult)))) - (or default - `(+ dynamic-space-start - (ecase n-word-bits - (32 (expt 2 29)) - (64 (expt 2 30))))))))) + `(+ dynamic-space-start ,(* number mult))) + (or default + `(+ dynamic-space-start + (ecase n-word-bits + (32 (expt 2 29)) + (64 (expt 2 30)))))))))) (defparameter *c-callable-static-symbols* '(sub-gc