2 changed files with 4 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
void __riscv_flush_icache(void) { |
|||
__asm__ volatile ("fence.i"); |
|||
} |
|||
Loading…
Reference in new issue
@ -0,0 +1,3 @@ |
|||
void __riscv_flush_icache(void) { |
|||
__asm__ volatile ("fence.i"); |
|||
} |
|||