From de2fac62d24f82b36c4d002dda9662d0a23766a9 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 5 Nov 2020 15:37:02 -0800 Subject: 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 Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tcg/arm') 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 -- cgit v1.1