diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-11-05 15:37:02 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-01-07 05:09:42 -1000 |
commit | de2fac62d24f82b36c4d002dda9662d0a23766a9 (patch) | |
tree | 4b05d79c4e0c2b54f20f10153195e050edce4c24 /tcg/arm/tcg-target.h | |
parent | 69478b8b153a31be51fe9444e522888dab946ccf (diff) | |
download | qemu-de2fac62d24f82b36c4d002dda9662d0a23766a9.zip qemu-de2fac62d24f82b36c4d002dda9662d0a23766a9.tar.gz qemu-de2fac62d24f82b36c4d002dda9662d0a23766a9.tar.bz2 |
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/arm/tcg-target.h')
-rw-r--r-- | tcg/arm/tcg-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index fdf75ba..8d1fee6 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -142,6 +142,5 @@ void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t); #define TCG_TARGET_NEED_LDST_LABELS #endif #define TCG_TARGET_NEED_POOL_LABELS -#define TCG_TARGET_SUPPORT_MIRROR 1 #endif |