fix MM=0 build

This commit is contained in:
dzaima 2024-06-05 03:32:41 +03:00
parent ae3128c180
commit b32f22ee89

View File

@ -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) { }