fixes, -O3

This commit is contained in:
ProgramSnail 2025-03-16 11:03:16 +03:00
parent 2e59845cec
commit 616ffd7a5c
3 changed files with 6 additions and 4 deletions

View file

@ -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;