aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/mmu-hash32.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-03-15 15:12:16 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2016-05-19 13:08:05 +0200
commitb2305601d33b3b7e0a7f830d64cc0b7ee1fd88d2 (patch)
tree9249f216173e17cd32bcfb18d005d25bc6e5d435 /target-ppc/mmu-hash32.h
parent416bf936864f16caad6993b9ebd452fb34f801bd (diff)
downloadqemu-b2305601d33b3b7e0a7f830d64cc0b7ee1fd88d2.zip
qemu-b2305601d33b3b7e0a7f830d64cc0b7ee1fd88d2.tar.gz
qemu-b2305601d33b3b7e0a7f830d64cc0b7ee1fd88d2.tar.bz2
target-ppc: do not use target_ulong in cpu-qom.h
Bring the PowerPCCPUClass handle_mmu_fault method type into line with the one in CPUClass. Using vaddr also makes the cpu-qom.h file target independent. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-ppc/mmu-hash32.h')
-rw-r--r--target-ppc/mmu-hash32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/mmu-hash32.h b/target-ppc/mmu-hash32.h
index afbb9dd..aaceacd 100644
--- a/target-ppc/mmu-hash32.h
+++ b/target-ppc/mmu-hash32.h
@@ -5,7 +5,7 @@
hwaddr get_pteg_offset32(PowerPCCPU *cpu, hwaddr hash);
hwaddr ppc_hash32_get_phys_page_debug(PowerPCCPU *cpu, target_ulong addr);
-int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, target_ulong address, int rw,
+int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vaddr address, int rw,
int mmu_idx);
/*