]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/hppa/op_helper.c
target/hppa: Decode d for bb instructions
[mirror_qemu.git] / target / hppa / op_helper.c
index f25a5a72aa0bf24d02b447d384bd6326f5e5caa1..837e2b3117ca90008d3dc9d3da8b4aef6d826bd8 100644 (file)
@@ -179,7 +179,8 @@ target_ureg HELPER(probe)(CPUHPPAState *env, target_ulong addr,
         return 0;
     }
 
-    excp = hppa_get_physical_address(env, addr, level, 0, &phys, &prot);
+    excp = hppa_get_physical_address(env, addr, level, 0, &phys,
+                                     &prot, NULL);
     if (excp >= 0) {
         if (env->psw & PSW_Q) {
             /* ??? Needs tweaking for hppa64.  */