aboutsummaryrefslogtreecommitdiff
path: root/tcg/ppc/tcg-target.h
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2011-08-22 14:39:00 +0400
committermalc <av1474@comtv.ru>2011-08-22 14:39:00 +0400
commit350dba6ce65fbb81cff0603273289d50131a992b (patch)
tree0409f72c7d745a3d17b10bb3610df28d4d5ed996 /tcg/ppc/tcg-target.h
parent64ba39af27c0ddaa48fd5625f3109ae81e970e4e (diff)
tcg/ppc32: implement deposit_i32
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'tcg/ppc/tcg-target.h')
-rw-r--r--tcg/ppc/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h
index 8c35c4e5ad..f9a88c4a3a 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -92,7 +92,7 @@ enum {
#define TCG_TARGET_HAS_eqv_i32 1
#define TCG_TARGET_HAS_nand_i32 1
#define TCG_TARGET_HAS_nor_i32 1
-#define TCG_TARGET_HAS_deposit_i32 0
+#define TCG_TARGET_HAS_deposit_i32 1
#define TCG_AREG0 TCG_REG_R27