Ticket #33862: patch-tcg-target-h.diff
File patch-tcg-target-h.diff, 567 bytes (added by khepler, 12 years ago) |
---|
-
tcg/tci/tcg-target.h
old new 157 157 tcg_target_ulong tcg_qemu_tb_exec(CPUArchState *env, uint8_t *tb_ptr); 158 158 #define tcg_qemu_tb_exec tcg_qemu_tb_exec 159 159 160 static inline void flush_icache_range(tcg_target_ulong start,161 tcg_target_ulong stop)162 {163 }160 // static inline void flush_icache_range(tcg_target_ulong start, 161 // tcg_target_ulong stop) 162 // { 163 // } 164 164 165 165 #endif /* TCG_TARGET_H */