mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +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
|
#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
|
longjmp(jmp_main, (int)(&data)); // Return globals gc_cont, gc_ans
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue