mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-28 20:47:22 +00:00
format
This commit is contained in:
parent
f1ffbb5b37
commit
e72338b54d
|
@ -294,8 +294,7 @@ os_mprotect(void *addr, size_t size, int prot)
|
|||
|
||||
void
|
||||
os_dcache_flush(void)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void
|
||||
os_icache_flush(void *start, size_t len)
|
||||
|
|
|
@ -216,10 +216,8 @@ os_mprotect(void *addr, size_t size, int prot)
|
|||
|
||||
void
|
||||
os_dcache_flush(void)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void
|
||||
os_icache_flush(void *start, size_t len)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
|
Loading…
Reference in New Issue
Block a user