aboutsummaryrefslogtreecommitdiff
path: root/target/unicore32/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/unicore32/helper.c')
-rw-r--r--target/unicore32/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/unicore32/helper.c b/target/unicore32/helper.c
index 3393d2c..a5ff2dd 100644
--- a/target/unicore32/helper.c
+++ b/target/unicore32/helper.c
@@ -230,7 +230,7 @@ void uc32_cpu_do_interrupt(CPUState *cs)
cpu_abort(cs, "NO interrupt in user mode\n");
}
-int uc32_cpu_handle_mmu_fault(CPUState *cs, vaddr address,
+int uc32_cpu_handle_mmu_fault(CPUState *cs, vaddr address, int size,
int access_type, int mmu_idx)
{
cpu_abort(cs, "NO mmu fault in user mode\n");