X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc.h;h=35f9d126b253630e251d4272ca3aa40b302c95ce;hb=53f576d7d796e37a9c51c3c3296341458f046c44;hp=a619175bd7fa210f37d669ae6058d476e1b8f0d7;hpb=a8a79584f77a1ca0b1f651c27d219678e44c3f4d;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;