Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
TianlongLiang authored and loganek committed Feb 24, 2025
1 parent f1ffbb5 commit e72338b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions core/shared/platform/common/posix/posix_memmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 2 additions & 4 deletions core/shared/platform/linux-sgx/sgx_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}
{}

0 comments on commit e72338b

Please sign in to comment.