baremetal: provide empty os_dcache_flush/os_icache_flush for wamr AOT build
This commit is contained in:
@ -1,5 +1,15 @@
|
|||||||
#include "platform_api_vmcore.h"
|
#include "platform_api_vmcore.h"
|
||||||
|
|
||||||
|
void
|
||||||
|
os_dcache_flush(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
os_icache_flush(void *start, size_t len)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
os_cond_init(korp_cond *cond)
|
os_cond_init(korp_cond *cond)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user