]> git.proxmox.com Git - qemu.git/blobdiff - target-lm32/helper.c
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
[qemu.git] / target-lm32 / helper.c
index e79428d8e01894e03ff1bc7f530998276f614feb..48c402e31bb77c4636125f5065ec4dbfe799ddcc 100644 (file)
@@ -26,7 +26,7 @@
 #include "host-utils.h"
 
 int cpu_lm32_handle_mmu_fault(CPUState *env, target_ulong address, int rw,
-                               int mmu_idx, int is_softmmu)
+                              int mmu_idx)
 {
     int prot;