--- qemu/tcg/sparc/tcg-target.h 2018/04/24 19:18:21 1.1.1.5 +++ qemu/tcg/sparc/tcg-target.h 2018/04/24 19:35:45 1.1.1.6 @@ -134,7 +134,8 @@ typedef enum { #define TCG_AREG0 TCG_REG_G6 #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) { unsigned long p;