summaryrefslogtreecommitdiff
path: root/target/ppc/user_only_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/ppc/user_only_helper.c')
-rw-r--r--target/ppc/user_only_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/user_only_helper.c b/target/ppc/user_only_helper.c
index 6aff34713f..2f1477f102 100644
--- a/target/ppc/user_only_helper.c
+++ b/target/ppc/user_only_helper.c
@@ -21,7 +21,7 @@
#include "qemu/osdep.h"
#include "cpu.h"
-int ppc_cpu_handle_mmu_fault(CPUState *cs, vaddr address, int rw,
+int ppc_cpu_handle_mmu_fault(CPUState *cs, vaddr address, int size, int rw,
int mmu_idx)
{
PowerPCCPU *cpu = POWERPC_CPU(cs);