--- qemu/tcg/mips/tcg-target.h 2018/04/24 19:18:23 1.1.1.5 +++ qemu/tcg/mips/tcg-target.h 2018/04/24 19:35:48 1.1.1.6 @@ -108,7 +108,8 @@ typedef enum { #include #endif -static inline void flush_icache_range(unsigned long start, unsigned long stop) +static inline void flush_icache_range(tcg_target_ulong start, + tcg_target_ulong stop) { cacheflush ((void *)start, stop-start, ICACHE); }