diff options
author | Andreas Färber <afaerber@suse.de> | 2013-09-02 14:14:24 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2014-03-13 19:20:48 +0100 |
commit | d0e39c5d70c4e0a9c41ef816a19887fd8f55c665 (patch) | |
tree | 6918611170ed6be0fe5dc916b44fb9fa4d612743 /target-ppc/mmu-hash32.h | |
parent | 611d4f996f650294483ff4b01c3140651e2dd29c (diff) | |
download | qemu-d0e39c5d70c4e0a9c41ef816a19887fd8f55c665.tar.gz qemu-d0e39c5d70c4e0a9c41ef816a19887fd8f55c665.tar.bz2 qemu-d0e39c5d70c4e0a9c41ef816a19887fd8f55c665.zip |
target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'target-ppc/mmu-hash32.h')
-rw-r--r-- | target-ppc/mmu-hash32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/mmu-hash32.h b/target-ppc/mmu-hash32.h index e193a6d0d1..d515d4ff73 100644 --- a/target-ppc/mmu-hash32.h +++ b/target-ppc/mmu-hash32.h @@ -5,7 +5,7 @@ hwaddr get_pteg_offset32(CPUPPCState *env, hwaddr hash); hwaddr ppc_hash32_get_phys_page_debug(CPUPPCState *env, target_ulong addr); -int ppc_hash32_handle_mmu_fault(CPUPPCState *env, target_ulong address, int rw, +int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, target_ulong address, int rw, int mmu_idx); /* |