diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-06-29 14:47:39 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-07-09 20:23:38 -0700 |
commit | f4e01e30217b6778e478cf00975daed7a54bc051 (patch) | |
tree | dd2703a69ed131fea8cd89702ad5b2ecb6bc66af /tcg/aarch64 | |
parent | 7eabad361979bbf76dff4d91bc7af35e309c8c26 (diff) | |
download | qemu-f4e01e30217b6778e478cf00975daed7a54bc051.zip qemu-f4e01e30217b6778e478cf00975daed7a54bc051.tar.gz qemu-f4e01e30217b6778e478cf00975daed7a54bc051.tar.bz2 |
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/aarch64')
-rw-r--r-- | tcg/aarch64/tcg-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/aarch64/tcg-target.h b/tcg/aarch64/tcg-target.h index 551baf8..7a93ac8 100644 --- a/tcg/aarch64/tcg-target.h +++ b/tcg/aarch64/tcg-target.h @@ -88,7 +88,6 @@ typedef enum { #define TCG_TARGET_HAS_mulsh_i32 0 #define TCG_TARGET_HAS_extrl_i64_i32 0 #define TCG_TARGET_HAS_extrh_i64_i32 0 -#define TCG_TARGET_HAS_goto_ptr 1 #define TCG_TARGET_HAS_qemu_st8_i32 0 #define TCG_TARGET_HAS_div_i64 1 |