mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Updated comment
This commit is contained in:
parent
4e69bfb758
commit
2b493b15f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue