This commit is contained in:
TL 2025-02-12 16:47:52 +08:00 committed by Marcin Kolny
parent f1ffbb5b37
commit e72338b54d
2 changed files with 3 additions and 6 deletions

View File

@ -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)

View File

@ -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)
{
}
{}