Enable AOT usage on M1 mac (#2618)
This commit is contained in:
@ -73,3 +73,7 @@ os_getpagesize()
|
||||
void
|
||||
os_dcache_flush(void)
|
||||
{}
|
||||
|
||||
void
|
||||
os_icache_flush(void *start, size_t len)
|
||||
{}
|
||||
@ -712,6 +712,10 @@ os_thread_get_stack_boundary()
|
||||
return thread_stack_boundary;
|
||||
}
|
||||
|
||||
void
|
||||
os_thread_jit_write_protect_np(bool enabled)
|
||||
{}
|
||||
|
||||
#ifdef OS_ENABLE_HW_BOUND_CHECK
|
||||
static os_thread_local_attribute bool thread_signal_inited = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user