diff options
author | Richard Henderson <rth@twiddle.net> | 2014-05-29 13:57:57 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-06-04 14:10:26 -0700 |
commit | 3d1b2ff62c65a52a85fb3f9de12bde55d55892df (patch) | |
tree | 5d52b824275083cb28ac06d27e5c9cf4c6cf7b9b /tcg/i386 | |
parent | 76782fab1c69c7a995ac24aedb97c53f80d95289 (diff) |
tcg: Remove TCG_TARGET_HAS_new_ldst
Since all backends have been converted, remove the compatibility code.
Acked-by: Claudio Fontana <claudio.fontana@huawei.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/i386')
-rw-r--r-- | tcg/i386/tcg-target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 6c94e5cde0..7a9980e70e 100644 --- a/tcg/i386/tcg-target.h +++ b/tcg/i386/tcg-target.h @@ -130,8 +130,6 @@ extern bool have_bmi1; #define TCG_TARGET_HAS_mulsh_i64 0 #endif -#define TCG_TARGET_HAS_new_ldst 1 - #define TCG_TARGET_deposit_i32_valid(ofs, len) \ (((ofs) == 0 && (len) == 8) || ((ofs) == 8 && (len) == 8) || \ ((ofs) == 0 && (len) == 16)) |