don't stack-allocate specialized vectors on non-conservtive control stacks
[sbcl.git] / 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