Enable AOT usage on M1 mac (#2618)
This commit is contained in:
@ -79,3 +79,7 @@ os_dcache_flush(void)
|
||||
irq_unlock(key);
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
os_icache_flush(void *start, size_t len)
|
||||
{}
|
||||
@ -430,3 +430,7 @@ os_thread_get_stack_boundary()
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
os_thread_jit_write_protect_np(bool enabled)
|
||||
{}
|
||||
Reference in New Issue
Block a user