diff --git a/src/opt/mm_malloc.h b/src/opt/mm_malloc.h index 93fcb3e5..775834fa 100644 --- a/src/opt/mm_malloc.h +++ b/src/opt/mm_malloc.h @@ -17,7 +17,7 @@ static void* mm_alloc(u64 sz, u8 type) { return x; } - +#define gc_running 0 static void gc_disable() { } static void gc_enable() { } static void mm_visit(B x) { }