]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/hppa/int_helper.c
target/hppa: Add BTLB support to hppa TLB functions
[mirror_qemu.git] / target / hppa / int_helper.c
index bebc732c974c3d33d9266170c766986355068ac9..3ab9934a1d816e954e421162fa0465a0c9a87ac9 100644 (file)
@@ -154,7 +154,7 @@ void hppa_cpu_do_interrupt(CPUState *cs)
 
                     vaddr = hppa_form_gva_psw(old_psw, iasq_f, vaddr);
                     t = hppa_get_physical_address(env, vaddr, MMU_KERNEL_IDX,
-                                                  0, &paddr, &prot);
+                                                  0, &paddr, &prot, NULL);
                     if (t >= 0) {
                         /* We can't re-load the instruction.  */
                         env->cr[CR_IIR] = 0;