diff options
author | Richard Henderson <rth@twiddle.net> | 2010-03-19 13:08:56 -0700 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-26 21:52:44 +0100 |
commit | 32d98fbd10415433283a6cbdde86c3305b0ba8c2 (patch) | |
tree | cccbbc562190f5ba4d69cc3b87c00664330ccf1e /tcg/mips/tcg-target.h | |
parent | 9940a96bc8d29a385cd00b80e52124e931a379cd (diff) | |
download | hqemu-32d98fbd10415433283a6cbdde86c3305b0ba8c2.zip hqemu-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/mips/tcg-target.h')
-rw-r--r-- | tcg/mips/tcg-target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 7af2e70..63d7f9a 100644 --- a/tcg/mips/tcg-target.h +++ b/tcg/mips/tcg-target.h @@ -89,6 +89,7 @@ enum { #undef TCG_TARGET_HAS_orc_i32 #undef TCG_TARGET_HAS_eqv_i32 #undef TCG_TARGET_HAS_nand_i32 +#undef TCG_TARGET_HAS_nor_i32 /* optional instructions automatically implemented */ #undef TCG_TARGET_HAS_neg_i32 /* sub rd, zero, rt */ |