From caf3eacc8f7f372c589432f53fb5835680a8863b Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 9 Jan 2024 08:46:19 +1100 Subject: tcg: Introduce TCG_TARGET_HAS_tst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Define as 0 for all tcg backends. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- tcg/riscv/tcg-target.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcg/riscv') diff --git a/tcg/riscv/tcg-target.h b/tcg/riscv/tcg-target.h index a4edc3dc74..2c1b680b93 100644 --- a/tcg/riscv/tcg-target.h +++ b/tcg/riscv/tcg-target.h @@ -158,6 +158,8 @@ extern bool have_zbb; #define TCG_TARGET_HAS_qemu_ldst_i128 0 +#define TCG_TARGET_HAS_tst 0 + #define TCG_TARGET_DEFAULT_MO (0) #define TCG_TARGET_NEED_LDST_LABELS -- cgit v1.2.3