X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc.h;h=35f9d126b253630e251d4272ca3aa40b302c95ce;hb=395c461b58f0cd484c21913c1e075593c206b5c1;hp=224ae6ca32309013a39e21fd53732d32a6359a1c;hpb=3be1ab042ab74e008e40626cc6bd5190b27da033;p=sbcl.git diff --git a/src/runtime/gc.h b/src/runtime/gc.h index 224ae6c..35f9d12 100644 --- a/src/runtime/gc.h +++ b/src/runtime/gc.h @@ -19,9 +19,9 @@ #include "sbcl.h" #ifdef LISP_FEATURE_GENCGC -#define PAGE_BYTES GENCGC_PAGE_SIZE +#define PAGE_BYTES GENCGC_PAGE_BYTES #else -#define PAGE_BYTES 0x1000 +#define PAGE_BYTES BACKEND_PAGE_BYTES #endif typedef signed long page_index_t;