Enable AOT usage on M1 mac (#2618)
This commit is contained in:
@ -214,6 +214,10 @@ os_dcache_flush()
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
os_icache_flush(void *start, size_t len)
|
||||
{}
|
||||
|
||||
void
|
||||
set_exec_mem_alloc_func(exec_mem_alloc_func_t alloc_func,
|
||||
exec_mem_free_func_t free_func)
|
||||
|
||||
@ -574,3 +574,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