mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Removed test code
This commit is contained in:
parent
8063fc61c0
commit
d73f20ea4c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue