[steeldump-cvs] r15 - trunk/sb-heapdump

dlichteblau at common-lisp.net dlichteblau at common-lisp.net
Sun Aug 27 15:52:53 UTC 2006


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)



More information about the Steeldump-cvs mailing list