diff options
author | Richard Henderson <rth@twiddle.net> | 2013-09-09 19:51:21 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-03-17 11:13:26 -0700 |
commit | cab0a7ea002b0a01ebfbde5d3c8ace0b6848ffcc (patch) | |
tree | d8154b1d6a9e4b2608b25bc155284b20b14e0186 /tcg/sparc/tcg-target.h | |
parent | 7ea5d7256d06a04e8953b25f7766c9e32fa408e8 (diff) |
tcg-sparc: Convert to new ldst opcodes
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/sparc/tcg-target.h')
-rw-r--r-- | tcg/sparc/tcg-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/sparc/tcg-target.h b/tcg/sparc/tcg-target.h index 202b88abc2..3abf1b41b0 100644 --- a/tcg/sparc/tcg-target.h +++ b/tcg/sparc/tcg-target.h @@ -148,7 +148,7 @@ typedef enum { #define TCG_TARGET_HAS_mulsh_i64 0 #endif -#define TCG_TARGET_HAS_new_ldst 0 +#define TCG_TARGET_HAS_new_ldst 1 #define TCG_AREG0 TCG_REG_I0 |