]> Git Repo - qemu.git/blobdiff - target-ppc/mmu-hash32.h
cpu: Add Error argument to cpu_exec_init()
[qemu.git] / target-ppc / mmu-hash32.h
index e193a6d0d1668e41833ccca8ee32cd83a908fee2..d515d4ff733f7966f32a4470e09ed64100c9e246 100644 (file)
@@ -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);
 
 /*
This page took 0.023105 seconds and 4 git commands to generate.