]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/hppa/helper.c
target/hppa: Skeleton support for hppa-softmmu
[mirror_qemu.git] / target / hppa / helper.c
index 23f7af7018a6bad0f5425077d4e8cf856f062eed..d6d6f06cb0619ff42beb58f53513f1dcdc0a215b 100644 (file)
@@ -65,16 +65,6 @@ void cpu_hppa_put_psw(CPUHPPAState *env, target_ulong psw)
     env->psw_cb = cb;
 }
 
-int hppa_cpu_handle_mmu_fault(CPUState *cs, vaddr address, int size,
-                              int rw, int mmu_idx)
-{
-    HPPACPU *cpu = HPPA_CPU(cs);
-
-    cs->exception_index = EXCP_SIGSEGV;
-    cpu->env.ior = address;
-    return 1;
-}
-
 void hppa_cpu_do_interrupt(CPUState *cs)
 {
     HPPACPU *cpu = HPPA_CPU(cs);