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++;