summaryrefslogtreecommitdiffstats
path: root/tcg/arm/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-09-12 10:17:45 -0700
committerRichard Henderson <rth@twiddle.net>2013-10-12 16:19:20 -0700
commit15ecf6e3946b0d2f0b6deb95c321604b8741a882 (patch)
tree261308d473c37670476839ccf3d5fbbd8cd3a0f7 /tcg/arm/tcg-target.h
parenta485cff09c44fffea121401cd3dcea13b8d1fe27 (diff)
downloadhqemu-15ecf6e3946b0d2f0b6deb95c321604b8741a882.zip
hqemu-15ecf6e3946b0d2f0b6deb95c321604b8741a882.tar.gz
tcg-arm: Convert to new ldst opcodes
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/arm/tcg-target.h')
-rw-r--r--tcg/arm/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h
index 25e1e28..3746b6e 100644
--- a/tcg/arm/tcg-target.h
+++ b/tcg/arm/tcg-target.h
@@ -85,7 +85,7 @@ extern bool use_idiv_instructions;
#define TCG_TARGET_HAS_div_i32 use_idiv_instructions
#define TCG_TARGET_HAS_rem_i32 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