X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcoreparse.c;h=6ac74bac77f88e1bd7779ac0794696ce46bcc239;hb=c3699db2053ff3b5ac6a98d4431c3789496002d8;hp=65fdc12457ba46ae805757ed18f4d2d5e2c23dbb;hpb=e365f2f7a9c66d307b48fee70778f4eaa84bdcc0;p=sbcl.git diff --git a/src/runtime/coreparse.c b/src/runtime/coreparse.c index 65fdc12..6ac74ba 100644 --- a/src/runtime/coreparse.c +++ b/src/runtime/coreparse.c @@ -90,7 +90,7 @@ process_directory(int fd, u32 *ptr, int count) } #endif /* FIXME: Should the conditional here be reg_ALLOC instead of - * defined(__i386__) + * defined(LISP_FEATURE_X86) * ? */ #if defined(LISP_FEATURE_X86) SetSymbolValue(ALLOCATION_POINTER, (lispobj)free_pointer,0);