[svn:parrot] r43190 - trunk/src/gc
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Tue Dec 22 03:45:28 UTC 2009
Author: plobsing
Date: Tue Dec 22 03:45:24 2009
New Revision: 43190
URL: https://trac.parrot.org/parrot/changeset/43190
Log:
fix typo in merge_pools
Modified:
trunk/src/gc/alloc_resources.c
Modified: trunk/src/gc/alloc_resources.c
==============================================================================
--- trunk/src/gc/alloc_resources.c Tue Dec 22 03:24:03 2009 (r43189)
+++ trunk/src/gc/alloc_resources.c Tue Dec 22 03:45:24 2009 (r43190)
@@ -730,7 +730,7 @@
}
dest->guaranteed_reclaimable += source->guaranteed_reclaimable;
- dest->possibly_reclaimable += dest->possibly_reclaimable;
+ dest->possibly_reclaimable += source->possibly_reclaimable;
source->top_block = NULL;
source->total_allocated = 0;
More information about the parrot-commits
mailing list