aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-05-26 20:59:16 -0700
committerRichard Henderson <rth@twiddle.net>2014-06-04 14:10:16 -0700
commit76782fab1c69c7a995ac24aedb97c53f80d95289 (patch)
tree613e04791ba7ef03e5b3912a0defbb1c1d8ecf2f /tcg/tci/tcg-target.h
parent0b919667302aa395bfde0328749dc21a0b123c44 (diff)
downloadqemu-76782fab1c69c7a995ac24aedb97c53f80d95289.zip
qemu-76782fab1c69c7a995ac24aedb97c53f80d95289.tar.gz
qemu-76782fab1c69c7a995ac24aedb97c53f80d95289.tar.bz2
tci: Convert to new ldst opcodes
Tested-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/tci/tcg-target.h')
-rw-r--r--tcg/tci/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h
index 0be5acd..6319303 100644
--- a/tcg/tci/tcg-target.h
+++ b/tcg/tci/tcg-target.h
@@ -118,7 +118,7 @@
#define TCG_TARGET_HAS_mulu2_i32 1
#endif /* TCG_TARGET_REG_BITS == 64 */
-#define TCG_TARGET_HAS_new_ldst 0
+#define TCG_TARGET_HAS_new_ldst 1
/* Number of registers available.
For 32 bit hosts, we need more than 8 registers (call arguments). */