From 8c07f3262ebb3bb01041a812354399dfa96a4c1f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 16 Oct 2020 21:30:23 -0700 Subject: tcg: Remove TCG_TARGET_CON_STR_H All backends have now been converted to tcg-target-con-str.h, so we can remove the fallback code. Reviewed-by: Peter Maydell Reviewed-by: Alistair Francis Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tcg/sparc/tcg-target.h') diff --git a/tcg/sparc/tcg-target.h b/tcg/sparc/tcg-target.h index 5185b00524..f66f5d07dc 100644 --- a/tcg/sparc/tcg-target.h +++ b/tcg/sparc/tcg-target.h @@ -168,6 +168,5 @@ extern bool use_vis3_instructions; void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t); #define TCG_TARGET_NEED_POOL_LABELS -#define TCG_TARGET_CON_STR_H #endif -- cgit v1.2.3