0.8.6.28:
[sbcl.git] / src / runtime / coreparse.c
index 65fdc12..6ac74ba 100644 (file)
@@ -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);