summaryrefslogtreecommitdiffstats
path: root/tcg/s390/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson2020-11-06 00:37:02 +0100
committerRichard Henderson2021-01-07 16:09:42 +0100
commitde2fac62d24f82b36c4d002dda9662d0a23766a9 (patch)
tree4b05d79c4e0c2b54f20f10153195e050edce4c24 /tcg/s390/tcg-target.h
parenttcg/arm: Support split-wx code generation (diff)
downloadqemu-de2fac62d24f82b36c4d002dda9662d0a23766a9.tar.gz
qemu-de2fac62d24f82b36c4d002dda9662d0a23766a9.tar.xz
qemu-de2fac62d24f82b36c4d002dda9662d0a23766a9.zip
tcg: Remove TCG_TARGET_SUPPORT_MIRROR
Now that all native tcg hosts support splitwx, remove the define. Replace the one use with a test for CONFIG_TCG_INTERPRETER. Reviewed-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/s390/tcg-target.h')
-rw-r--r--tcg/s390/tcg-target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h
index 4edcb06044..641464eea4 100644
--- a/tcg/s390/tcg-target.h
+++ b/tcg/s390/tcg-target.h
@@ -159,6 +159,5 @@ static inline void tb_target_set_jmp_target(uintptr_t tc_ptr, uintptr_t jmp_rx,
#define TCG_TARGET_NEED_LDST_LABELS
#endif
#define TCG_TARGET_NEED_POOL_LABELS
-#define TCG_TARGET_SUPPORT_MIRROR 1
#endif