diff options
author | Richard Henderson | 2017-04-27 00:40:59 +0200 |
---|---|---|
committer | Richard Henderson | 2017-06-05 18:25:42 +0200 |
commit | 46644483cae978c734460131bb1d9071f813b287 (patch) | |
tree | 83bbf6e1f3734aa1a6b56fd6cc113df4fde7bb70 /tcg/s390/tcg-target.h | |
parent | tcg/sparc: Implement goto_ptr (diff) | |
download | qemu-46644483cae978c734460131bb1d9071f813b287.tar.gz qemu-46644483cae978c734460131bb1d9071f813b287.tar.xz qemu-46644483cae978c734460131bb1d9071f813b287.zip |
tcg/s390: Implement goto_ptr
Tested-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/s390/tcg-target.h')
-rw-r--r-- | tcg/s390/tcg-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h index 6b7bcfbdf7..957f0c0afe 100644 --- a/tcg/s390/tcg-target.h +++ b/tcg/s390/tcg-target.h @@ -92,7 +92,7 @@ extern uint64_t s390_facilities; #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 0 +#define TCG_TARGET_HAS_goto_ptr 1 #define TCG_TARGET_HAS_div2_i64 1 #define TCG_TARGET_HAS_rot_i64 1 |