X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2Fgen_arm.c;h=46be2db5da5fe3d764e786c208a393013b719482;hb=84100c0fd5a5abb6b1e712aa1feb33388362695d;hp=89db6a98bf54cbd72b35955b940919dd02815dc0;hpb=65ca3034d455b9934e7ff82813e3df49cf56cf87;p=picodrive.git diff --git a/Pico/carthw/svp/gen_arm.c b/Pico/carthw/svp/gen_arm.c index 89db6a9..46be2db 100644 --- a/Pico/carthw/svp/gen_arm.c +++ b/Pico/carthw/svp/gen_arm.c @@ -204,8 +204,8 @@ static void emit_jump(int cond, void *target) static void handle_caches(void) { #ifdef ARM - extern void flush_inval_caches(const void *start_addr, const void *end_addr); - flush_inval_caches(tcache, tcache_ptr); + extern void cache_flush_d_inval_i(const void *start_addr, const void *end_addr); + cache_flush_d_inval_i(tcache, tcache_ptr); #endif }