From 5dd391604f590938dd9fd335102442f1612e5eed Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 10 Sep 2013 10:00:27 -0700 Subject: tcg-ppc: Support new ldst opcodes Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg/ppc/tcg-target.h') diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h index e3ac6296e0..e3395e301c 100644 --- a/tcg/ppc/tcg-target.h +++ b/tcg/ppc/tcg-target.h @@ -99,7 +99,7 @@ typedef enum { #define TCG_TARGET_HAS_muluh_i32 0 #define TCG_TARGET_HAS_mulsh_i32 0 -#define TCG_TARGET_HAS_new_ldst 0 +#define TCG_TARGET_HAS_new_ldst 1 #define TCG_AREG0 TCG_REG_R27 -- cgit v1.2.1