]> git.proxmox.com Git - qemu.git/blobdiff - target-sh4/cpu.h
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
[qemu.git] / target-sh4 / cpu.h
index 00e32f2b10bfa0e9960a07c003b32eea6a3d54fe..7d7fdde019b352cecd6a6c5129e398e98b4cc497 100644 (file)
@@ -194,7 +194,7 @@ int cpu_sh4_exec(CPUSH4State * s);
 int cpu_sh4_signal_handler(int host_signum, void *pinfo,
                            void *puc);
 int cpu_sh4_handle_mmu_fault(CPUSH4State * env, target_ulong address, int rw,
-                            int mmu_idx, int is_softmmu);
+                             int mmu_idx);
 #define cpu_handle_mmu_fault cpu_sh4_handle_mmu_fault
 void do_interrupt(CPUSH4State * env);