mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-23 00:16:17 +04:00
4 lines
68 B
C
4 lines
68 B
C
void __riscv_flush_icache(void) {
|
|
__asm__ volatile ("fence.i");
|
|
}
|