]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/hppa/helper.h
target/hppa: Wire up diag instruction to support BTLB
[mirror_qemu.git] / target / hppa / helper.h
index c7e35ce8c7da18b713b7074aacd390a2587aec5c..647f043c8565536f74751deffb677f3b569256eb 100644 (file)
@@ -95,4 +95,5 @@ DEF_HELPER_FLAGS_2(ptlb, TCG_CALL_NO_RWG, void, env, tl)
 DEF_HELPER_FLAGS_1(ptlbe, TCG_CALL_NO_RWG, void, env)
 DEF_HELPER_FLAGS_2(lpa, TCG_CALL_NO_WG, tr, env, tl)
 DEF_HELPER_FLAGS_1(change_prot_id, TCG_CALL_NO_RWG, void, env)
+DEF_HELPER_1(diag_btlb, void, env)
 #endif