From d73f20ea4cedaa5bc9dbefe37353cdcdf7888104 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 9 Mar 2015 18:05:57 -0400 Subject: [PATCH] Removed test code --- runtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime.h b/runtime.h index 5f3342bb..9099781e 100644 --- a/runtime.h +++ b/runtime.h @@ -1727,9 +1727,9 @@ static void GC_loop(int major, closure cont, object *ans, int num_ans) dhalloc_end = dhallocp + global_heap_size - 8; } -// #if DEBUG_GC +#if DEBUG_GC printf("\n=== started GC type = %d === \n", major); -// #endif +#endif /* Transport GC's continuation and its argument. */ transp(cont); gc_cont = cont;