Enable AOT usage on M1 mac (#2618)
This commit is contained in:
@ -140,6 +140,10 @@ os_thread_get_stack_boundary(void)
|
||||
return tid->stack_addr;
|
||||
}
|
||||
|
||||
void
|
||||
os_thread_jit_write_protect_np(bool enabled)
|
||||
{}
|
||||
|
||||
int
|
||||
os_mutex_init(korp_mutex *mutex)
|
||||
{
|
||||
@ -207,3 +211,7 @@ os_mprotect(void *addr, size_t size, int prot)
|
||||
void
|
||||
os_dcache_flush(void)
|
||||
{}
|
||||
|
||||
void
|
||||
os_icache_flush(void *start, size_t len)
|
||||
{}
|
||||
Reference in New Issue
Block a user