summaryrefslogtreecommitdiff
path: root/tcg/arm/tcg-target.h
diff options
context:
space:
mode:
authorLaurent Desnogues <laurent.desnogues@gmail.com>2009-08-22 13:55:06 +0200
committerAndrzej Zaborowski <balrog@zabor.org>2009-08-22 13:55:06 +0200
commitf878d2d235391e427b7ed5e8406ad4e29daf50f8 (patch)
tree4c5d36fb1854a773210d1953ed2554dde3bf8ef4 /tcg/arm/tcg-target.h
parent10ee2aaa417d8d8978cdb2bbed55ebb152df5f6b (diff)
downloadqemu-f878d2d235391e427b7ed5e8406ad4e29daf50f8.tar.gz
ARM back-end: Add TCG not
this patch: - implements TCG not. Laurent Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'tcg/arm/tcg-target.h')
-rw-r--r--tcg/arm/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h
index 7ff29281b6..71e1ec550a 100644
--- a/tcg/arm/tcg-target.h
+++ b/tcg/arm/tcg-target.h
@@ -33,6 +33,7 @@
#define TCG_TARGET_HAS_ext16s_i32
#define TCG_TARGET_HAS_neg_i32
#undef TCG_TARGET_HAS_neg_i64
+#define TCG_TARGET_HAS_not_i32
#undef TCG_TARGET_STACK_GROWSUP
enum {