0.7.2.6:
[sbcl.git] / src / runtime / validate.c
index e8cf0bf..5c24d47 100644 (file)
@@ -14,6 +14,8 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+
 #include "runtime.h"
 #include "os.h"
 #include "globals.h"
@@ -76,6 +78,9 @@ validate(void)
 #ifdef HOLES
        make_holes();
 #endif
+#ifndef GENCGC
+        current_dynamic_space = DYNAMIC_0_SPACE_START;
+#endif
 
 #ifdef PRINTNOISE
        printf(" done.\n");