summaryrefslogtreecommitdiffstats
path: root/tcg/riscv/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson2020-10-17 20:38:34 +0200
committerRichard Henderson2021-02-02 23:12:43 +0100
commit0c823e596877a30fd6c17a1ae9f98218a53055ea (patch)
tree48157b7f094346bd2b7353bc7ae965aea1c90f71 /tcg/riscv/tcg-target.h
parenttcg/tci: Split out constraint sets to tcg-target-con-set.h (diff)
downloadqemu-0c823e596877a30fd6c17a1ae9f98218a53055ea.tar.gz
qemu-0c823e596877a30fd6c17a1ae9f98218a53055ea.tar.xz
qemu-0c823e596877a30fd6c17a1ae9f98218a53055ea.zip
tcg: Remove TCG_TARGET_CON_SET_H
All backends have now been converted to tcg-target-con-set.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/riscv/tcg-target.h')
-rw-r--r--tcg/riscv/tcg-target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/riscv/tcg-target.h b/tcg/riscv/tcg-target.h
index a998b951e4..727c8df418 100644
--- a/tcg/riscv/tcg-target.h
+++ b/tcg/riscv/tcg-target.h
@@ -171,6 +171,5 @@ void tb_target_set_jmp_target(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
#define TCG_TARGET_NEED_POOL_LABELS
#define TCG_TARGET_HAS_MEMORY_BSWAP 0
-#define TCG_TARGET_CON_SET_H
#endif