]> git.proxmox.com Git - qemu.git/blobdiff - target-mips/cpu.h
target-mips: don't call cpu_loop_exit() from helper.c
[qemu.git] / target-mips / cpu.h
index b78aec52e0a3d08fbb29753e3016a58b5e9476c7..8291bf9b0a217b1e06be95e8ef928f524fe814e9 100644 (file)
@@ -599,8 +599,8 @@ int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
 #define cpu_handle_mmu_fault cpu_mips_handle_mmu_fault
 void do_interrupt (CPUState *env);
 void r4k_invalidate_tlb (CPUState *env, int idx, int use_extra);
-target_phys_addr_t do_translate_address (CPUState *env, target_ulong address,
-                                        int rw);
+target_phys_addr_t cpu_mips_translate_address (CPUState *env, target_ulong address,
+                                              int rw);
 
 static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb)
 {