Enable AOT usage on M1 mac (#2618)
This commit is contained in:
@ -100,6 +100,10 @@ void
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
os_icache_flush(void *start, size_t len)
|
||||
{}
|
||||
|
||||
#if (WASM_MEM_DUAL_BUS_MIRROR != 0)
|
||||
void *
|
||||
os_get_dbus_mirror(void *ibus)
|
||||
|
||||
@ -53,6 +53,10 @@ os_thread_get_stack_boundary(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
os_thread_jit_write_protect_np(bool enabled)
|
||||
{}
|
||||
|
||||
int
|
||||
os_usleep(uint32 usec)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user