summaryrefslogtreecommitdiff
path: root/tcg/ppc64/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-09-10 10:15:25 -0700
committerRichard Henderson <rth@twiddle.net>2013-10-12 16:19:20 -0700
commit1768ec0623c1253df3bf1424b07fbccb164e85fb (patch)
tree55c3efda8bc27efa9125d1114184eeb5c46d96ba /tcg/ppc64/tcg-target.h
parent5dd391604f590938dd9fd335102442f1612e5eed (diff)
downloadqemu-1768ec0623c1253df3bf1424b07fbccb164e85fb.tar.gz
tcg-ppc64: Support new ldst opcodes
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/ppc64/tcg-target.h')
-rw-r--r--tcg/ppc64/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/ppc64/tcg-target.h b/tcg/ppc64/tcg-target.h
index 457ea69de6..7ee50b6c6c 100644
--- a/tcg/ppc64/tcg-target.h
+++ b/tcg/ppc64/tcg-target.h
@@ -123,7 +123,7 @@ typedef enum {
#define TCG_TARGET_HAS_muluh_i64 1
#define TCG_TARGET_HAS_mulsh_i64 1
-#define TCG_TARGET_HAS_new_ldst 0
+#define TCG_TARGET_HAS_new_ldst 1
#define TCG_AREG0 TCG_REG_R27