Author: dlichteblau Date: Sun Aug 27 11:52:53 2006 New Revision: 15
Modified: trunk/sb-heapdump/relocate.c Log: second try at a fix for SBCL 0.9.13.22
Modified: trunk/sb-heapdump/relocate.c ============================================================================== --- trunk/sb-heapdump/relocate.c (original) +++ trunk/sb-heapdump/relocate.c Sun Aug 27 11:52:53 2006 @@ -104,7 +104,9 @@ large_object_size = los; }
-#define GEN 2 +/* FIXME: This used to be 2, which stopped working in SBCL 0.9.13.22 + * (Gen. 6 also works, but 0 is arguable better than that.) */ +#define GEN 0
void * map_dumpfile(int fd, long offset, int verbose)