summary refs log tree commit diff stats
path: root/tcg/s390x/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-10-25 02:57:58 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-02-05 22:45:41 +0000
commit585b7a424759ee4b70b1e93feecac2530f26d25a (patch)
tree43effa80e8634c9cff6b5e3247d852562ea07080 /tcg/s390x/tcg-target.h
parentd95b51d3fb917d0b07cc18e567cb0512ef97292e (diff)
downloadfocaccia-qemu-585b7a424759ee4b70b1e93feecac2530f26d25a.tar.gz
focaccia-qemu-585b7a424759ee4b70b1e93feecac2530f26d25a.zip
tcg/s390x: Support TCG_COND_TST{EQ,NE}
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to '')
-rw-r--r--tcg/s390x/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/s390x/tcg-target.h b/tcg/s390x/tcg-target.h
index 53bed8c8d2..ae448c3a3a 100644
--- a/tcg/s390x/tcg-target.h
+++ b/tcg/s390x/tcg-target.h
@@ -138,7 +138,7 @@ extern uint64_t s390_facilities[3];
 
 #define TCG_TARGET_HAS_qemu_ldst_i128 1
 
-#define TCG_TARGET_HAS_tst            0
+#define TCG_TARGET_HAS_tst            1
 
 #define TCG_TARGET_HAS_v64            HAVE_FACILITY(VECTOR)
 #define TCG_TARGET_HAS_v128           HAVE_FACILITY(VECTOR)