summaryrefslogtreecommitdiffstats
path: root/tcg/s390/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-03-23 13:36:00 -0700
committerRichard Henderson <rth@twiddle.net>2014-05-15 00:09:59 -0400
commitf24efee41e68201545d3aa2e3f2cfb60049fdc65 (patch)
tree93ebf14df9d7ce13e6d44442736770265f278e07 /tcg/s390/tcg-target.h
parentb8dd88b85cfcda3e12db66cfbe4c174008a7ec4a (diff)
downloadhqemu-f24efee41e68201545d3aa2e3f2cfb60049fdc65.zip
hqemu-f24efee41e68201545d3aa2e3f2cfb60049fdc65.tar.gz
tcg-s390: Convert to new ldst opcodes
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/s390/tcg-target.h')
-rw-r--r--tcg/s390/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h
index 5bf733e..ad2c6dd 100644
--- a/tcg/s390/tcg-target.h
+++ b/tcg/s390/tcg-target.h
@@ -100,7 +100,7 @@ typedef enum TCGReg {
#define TCG_TARGET_HAS_muluh_i64 0
#define TCG_TARGET_HAS_mulsh_i64 0
-#define TCG_TARGET_HAS_new_ldst 0
+#define TCG_TARGET_HAS_new_ldst 1
extern bool tcg_target_deposit_valid(int ofs, int len);
#define TCG_TARGET_deposit_i32_valid tcg_target_deposit_valid
OpenPOWER on IntegriCloud