Updated comment

This commit is contained in:
Justin Ethier 2015-11-04 22:26:33 -05:00
parent 4e69bfb758
commit 2b493b15f0

View file

@ -2743,7 +2743,7 @@ void GC(void *data, closure cont, object *args, int num_args)
#endif
}
//fprintf(stdout, "DEBUG, finished minor GC\n"); // JAE DEBUG
/* Let it all go, Neo... */
longjmp(jmp_main, (int)(&data)); // Return globals gc_cont, gc_ans
}