summaryrefslogtreecommitdiff
path: root/tcg/ppc
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2010-03-19 13:08:56 -0700
committerAurelien Jarno <aurelien@aurel32.net>2010-03-26 21:52:44 +0100
commit32d98fbd10415433283a6cbdde86c3305b0ba8c2 (patch)
treecccbbc562190f5ba4d69cc3b87c00664330ccf1e /tcg/ppc
parent9940a96bc8d29a385cd00b80e52124e931a379cd (diff)
downloadqemu-32d98fbd10415433283a6cbdde86c3305b0ba8c2.tar.gz
tcg: Allow target-specific implementation of NOR.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/ppc')
-rw-r--r--tcg/ppc/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h
index 1daa93d78c..2eeef3b154 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -91,6 +91,7 @@ enum {
#define TCG_TARGET_HAS_orc_i32
/* #define TCG_TARGET_HAS_eqv_i32 */
/* #define TCG_TARGET_HAS_nand_i32 */
+/* #define TCG_TARGET_HAS_nor_i32 */
#define TCG_AREG0 TCG_REG_R27