aboutsummaryrefslogtreecommitdiff
path: root/tcg/ppc/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2017-04-26 11:50:31 +0000
committerRichard Henderson <rth@twiddle.net>2017-06-05 09:25:42 -0700
commit0c240785a843f70df5116cea2652c6c042ade36b (patch)
treed2872a6e7896bb9eeb458f51288d7a5ef6e365fb /tcg/ppc/tcg-target.h
parent6f1653180f5701c6a8f1b35b89a80b1e3260928e (diff)
downloadqemu-0c240785a843f70df5116cea2652c6c042ade36b.zip
qemu-0c240785a843f70df5116cea2652c6c042ade36b.tar.gz
qemu-0c240785a843f70df5116cea2652c6c042ade36b.tar.bz2
tcg/ppc: Implement goto_ptr
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/ppc/tcg-target.h')
-rw-r--r--tcg/ppc/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h
index a9aa974..5f4a40a 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -82,7 +82,7 @@ extern bool have_isa_3_00;
#define TCG_TARGET_HAS_muls2_i32 0
#define TCG_TARGET_HAS_muluh_i32 1
#define TCG_TARGET_HAS_mulsh_i32 1
-#define TCG_TARGET_HAS_goto_ptr 0
+#define TCG_TARGET_HAS_goto_ptr 1
#if TCG_TARGET_REG_BITS == 64
#define TCG_TARGET_HAS_add2_i32 0