From 3d1b2ff62c65a52a85fb3f9de12bde55d55892df Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 29 May 2014 13:57:57 -0700 Subject: tcg: Remove TCG_TARGET_HAS_new_ldst Since all backends have been converted, remove the compatibility code. Acked-by: Claudio Fontana Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tcg/sparc') diff --git a/tcg/sparc/tcg-target.h b/tcg/sparc/tcg-target.h index 473bfc71fd..089f9761ca 100644 --- a/tcg/sparc/tcg-target.h +++ b/tcg/sparc/tcg-target.h @@ -140,8 +140,6 @@ typedef enum { #define TCG_TARGET_HAS_muluh_i64 0 #define TCG_TARGET_HAS_mulsh_i64 0 -#define TCG_TARGET_HAS_new_ldst 1 - #define TCG_AREG0 TCG_REG_I0 static inline void flush_icache_range(uintptr_t start, uintptr_t stop) -- cgit 1.4.1