From f878d2d235391e427b7ed5e8406ad4e29daf50f8 Mon Sep 17 00:00:00 2001 From: Laurent Desnogues Date: Sat, 22 Aug 2009 13:55:06 +0200 Subject: ARM back-end: Add TCG not this patch: - implements TCG not. Laurent Signed-off-by: Laurent Desnogues Signed-off-by: Andrzej Zaborowski --- tcg/arm/tcg-target.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcg/arm/tcg-target.h') 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 { -- cgit v1.2.1