X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fruntime.c;h=f127933225786b82344bb2968bbcfdc1e601c2dd;hb=5c0a884190d6c98448d86fb05e1e99df901c9bf8;hp=4c1ea7130e02a5fd7298e1080210f6228450c4d5;hpb=796f8af2cc2b3876b82f638e75b1ceaffedf226d;p=sbcl.git diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 4c1ea71..f127933 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -482,6 +482,9 @@ main(int argc, char *argv[], char *envp[]) /* Align down to multiple of page_table page size, and to the appropriate * stack alignment. */ dynamic_space_size &= ~(PAGE_BYTES-1); +#ifdef LISP_FEATURE_GENCGC + dynamic_space_size &= ~(GENCGC_CARD_BYTES-1); +#endif thread_control_stack_size &= ~(CONTROL_STACK_ALIGNMENT_BYTES-1); /* Preserve the runtime options for possible future core saving */