summaryrefslogtreecommitdiffstats
path: root/tcg/arm/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson2021-06-29 23:47:39 +0200
committerRichard Henderson2021-07-10 05:23:38 +0200
commitf4e01e30217b6778e478cf00975daed7a54bc051 (patch)
treedd2703a69ed131fea8cd89702ad5b2ecb6bc66af /tcg/arm/tcg-target.h
parentaccel/tcg: Log tb->cflags with -d exec (diff)
downloadqemu-f4e01e30217b6778e478cf00975daed7a54bc051.tar.gz
qemu-f4e01e30217b6778e478cf00975daed7a54bc051.tar.xz
qemu-f4e01e30217b6778e478cf00975daed7a54bc051.zip
tcg: Remove TCG_TARGET_HAS_goto_ptr
Since 6eea04347eb6, all tcg backends support goto_ptr. Remove the conditional, making support mandatory. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/arm/tcg-target.h')
-rw-r--r--tcg/arm/tcg-target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h
index 95fcef33bc..d113b7f8db 100644
--- a/tcg/arm/tcg-target.h
+++ b/tcg/arm/tcg-target.h
@@ -148,7 +148,6 @@ extern bool use_neon_instructions;
#define TCG_TARGET_HAS_mulsh_i32 0
#define TCG_TARGET_HAS_div_i32 use_idiv_instructions
#define TCG_TARGET_HAS_rem_i32 0
-#define TCG_TARGET_HAS_goto_ptr 1
#define TCG_TARGET_HAS_direct_jump 0
#define TCG_TARGET_HAS_qemu_st8_i32 0