fix make.sh --dynamic-space-size option handling
authorManfred Gahr <no-email>
Mon, 5 Dec 2011 21:37:53 +0000 (23:37 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Dec 2011 21:42:48 +0000 (23:42 +0200)
 !CONFIGURE-DYNAMIC-SPACE-END actually ignored the number it read.

src/compiler/generic/parms.lisp

index 233f39a..4d793be 100644 (file)
                                 (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