X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc.h;h=35f9d126b253630e251d4272ca3aa40b302c95ce;hb=2db410feb35e7e30c95af8f20f67e6177fa92488;hp=a619175bd7fa210f37d669ae6058d476e1b8f0d7;hpb=8b4d4e4819998b568768d2f6bfd3dca449961f95;p=sbcl.git diff --git a/src/runtime/gc.h b/src/runtime/gc.h index a619175..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 BACKEND_PAGE_SIZE +#define PAGE_BYTES BACKEND_PAGE_BYTES #endif typedef signed long page_index_t;