Ticket #33862: patch-tcg-target-h.diff

File patch-tcg-target-h.diff, 567 bytes (added by khepler, 12 years ago)

patch to fix flush_icache_range redefinition

  • tcg/tci/tcg-target.h

    old new  
    157157tcg_target_ulong tcg_qemu_tb_exec(CPUArchState *env, uint8_t *tb_ptr);
    158158#define tcg_qemu_tb_exec tcg_qemu_tb_exec
    159159
    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// }
    164164
    165165#endif /* TCG_TARGET_H */