1.0.1.30: Fix READ/WRITE-SEQUENCE on simple-vectors
[sbcl.git] / src / code / cold-init.lisp
index 6bb7b33..07af159 100644 (file)
         *maximum-error-depth* 10
         *current-error-depth* 0
         *cold-init-complete-p* nil
-        *type-system-initialized* nil)
+        *type-system-initialized* nil
+        sb!vm:*alloc-signal* nil)
 
   ;; I'm not sure where eval is first called, so I put this first.
   #!+sb-eval