From bc43c294fd7a8e58a25844adf4686b3fda9a67b7 Mon Sep 17 00:00:00 2001 From: guest Date: Fri, 29 Jul 2011 15:17:44 +0400 Subject: Integration with mono_libgc --- reclaim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reclaim.c') diff --git a/reclaim.c b/reclaim.c index 864c0cad..323d420f 100644 --- a/reclaim.c +++ b/reclaim.c @@ -888,7 +888,7 @@ void GC_print_block_list() { struct Print_stats pstats; - GC_printf1("(kind(0=ptrfree,1=normal,2=unc.,%lu=stubborn):size_in_bytes, #_marks_set)\n", STUBBORN); + GC_printf0("(kind(0=ptrfree,1=normal,2=unc.,3=stubborn):size_in_bytes, #_marks_set)\n"); pstats.number_of_blocks = 0; pstats.total_bytes = 0; GC_apply_to_all_blocks(GC_print_block_descr, (word)&pstats); -- cgit v1.2.1