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

dlichteblau at common-lisp.net dlichteblau at common-lisp.net
Sat Aug 26 15:51:47 UTC 2006


Author: dlichteblau
Date: Sat Aug 26 11:51:47 2006
New Revision: 13

Modified:
   trunk/sb-heapdump/relocate.c
Log:
oops


Modified: trunk/sb-heapdump/relocate.c
==============================================================================
--- trunk/sb-heapdump/relocate.c	(original)
+++ trunk/sb-heapdump/relocate.c	Sat Aug 26 11:51:47 2006
@@ -174,7 +174,7 @@
 #endif
                 );
 
-        while (gen <= HIGHEST_NORMAL_GENERATION
+        while (gen < HIGHEST_NORMAL_GENERATION
                && !generations[gen].bytes_allocated)
                 gen++;
 



More information about the Steeldump-cvs mailing list