mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-30 10:38:19 +00:00
fixes, -O3
This commit is contained in:
parent
2e59845cec
commit
616ffd7a5c
3 changed files with 6 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ extern size_t __gc_stack_top, __gc_stack_bottom;
|
|||
// --- State ---
|
||||
|
||||
void init_state(struct State* s, void** stack) {
|
||||
// __init(); // FIXME, disable gc
|
||||
__init(); // FIXME, disable gc
|
||||
|
||||
s->stack = stack;
|
||||
s->fp = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue