summaryrefslogtreecommitdiffstats
path: root/tcg/mips
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2010-03-19 13:03:58 -0700
committerAurelien Jarno <aurelien@aurel32.net>2010-03-26 21:44:40 +0100
commit9940a96bc8d29a385cd00b80e52124e931a379cd (patch)
tree6000b2b1b24c355047db082a4e0d3387199cfb9a /tcg/mips
parent8d625cf1d159b313daefec13abc637c3e8862bd5 (diff)
downloadhqemu-9940a96bc8d29a385cd00b80e52124e931a379cd.zip
hqemu-9940a96bc8d29a385cd00b80e52124e931a379cd.tar.gz
tcg: Allow target-specific implementation of NAND.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/mips')
-rw-r--r--tcg/mips/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h
index 00f89f4..7af2e70 100644
--- a/tcg/mips/tcg-target.h
+++ b/tcg/mips/tcg-target.h
@@ -88,6 +88,7 @@ enum {
#undef TCG_TARGET_HAS_andc_i32
#undef TCG_TARGET_HAS_orc_i32
#undef TCG_TARGET_HAS_eqv_i32
+#undef TCG_TARGET_HAS_nand_i32
/* optional instructions automatically implemented */
#undef TCG_TARGET_HAS_neg_i32 /* sub rd, zero, rt */
OpenPOWER on IntegriCloud