1.0.15.35: fix bitrotted GC sanity checks
[sbcl.git] / src / runtime / gc.h
index 224ae6c..a619175 100644 (file)
@@ -21,7 +21,7 @@
 #ifdef LISP_FEATURE_GENCGC
 #define PAGE_BYTES GENCGC_PAGE_SIZE
 #else
-#define PAGE_BYTES 0x1000
+#define PAGE_BYTES BACKEND_PAGE_SIZE
 #endif
 
 typedef signed long page_index_t;