diff options
author | Richard Henderson | 2020-10-17 06:30:23 +0200 |
---|---|---|
committer | Richard Henderson | 2021-02-02 23:12:43 +0100 |
commit | 8c07f3262ebb3bb01041a812354399dfa96a4c1f (patch) | |
tree | 4092e32778a642e1e11a97db7c9f1673e391a70d /tcg/i386 | |
parent | tcg/sparc: Split out target constraints to tcg-target-con-str.h (diff) | |
download | qemu-8c07f3262ebb3bb01041a812354399dfa96a4c1f.tar.gz qemu-8c07f3262ebb3bb01041a812354399dfa96a4c1f.tar.xz qemu-8c07f3262ebb3bb01041a812354399dfa96a4c1f.zip |
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 <peter.maydell@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/i386')
-rw-r--r-- | tcg/i386/tcg-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 77693e13ea..b693d3692d 100644 --- a/tcg/i386/tcg-target.h +++ b/tcg/i386/tcg-target.h @@ -235,6 +235,5 @@ static inline void tb_target_set_jmp_target(uintptr_t tc_ptr, uintptr_t jmp_rx, #define TCG_TARGET_NEED_LDST_LABELS #endif #define TCG_TARGET_NEED_POOL_LABELS -#define TCG_TARGET_CON_STR_H #endif |