summaryrefslogtreecommitdiffstats
path: root/tcg/ppc/tcg-target.h
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2012-09-22 19:14:33 +0400
committermalc <av1474@comtv.ru>2012-09-22 19:16:51 +0400
commit23f3ff2604679a0ba7a23be7576529169e5e7921 (patch)
tree63a9f2d9d3850af18dd56c5d4ff3b479596dd8ed /tcg/ppc/tcg-target.h
parentad49d1f75115663731bfe06dec61eed6775526ad (diff)
downloadhqemu-23f3ff2604679a0ba7a23be7576529169e5e7921.zip
hqemu-23f3ff2604679a0ba7a23be7576529169e5e7921.tar.gz
tcg/ppc32: Implement movcond32
Thanks to Richard Henderson 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 177eea1..3259d89 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -92,7 +92,7 @@ typedef enum {
#define TCG_TARGET_HAS_nand_i32 1
#define TCG_TARGET_HAS_nor_i32 1
#define TCG_TARGET_HAS_deposit_i32 1
-#define TCG_TARGET_HAS_movcond_i32 0
+#define TCG_TARGET_HAS_movcond_i32 1
#define TCG_AREG0 TCG_REG_R27
OpenPOWER on IntegriCloud