From 840f58617b12a536ec56e5775ab42d730d0d6259 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 17 Sep 2011 22:00:28 +0200 Subject: tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h It is now declared for all tcg targets in tcg.h, so the tcg target specific declarations are redundant. Signed-off-by: Stefan Weil Signed-off-by: Blue Swirl --- tcg/arm/tcg-target.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tcg/arm') diff --git a/tcg/arm/tcg-target.h b/tcg/arm/tcg-target.h index 0e0f69acf1..33afd97895 100644 --- a/tcg/arm/tcg-target.h +++ b/tcg/arm/tcg-target.h @@ -24,7 +24,6 @@ */ #define TCG_TARGET_ARM 1 -#define TCG_TARGET_REG_BITS 32 #undef TCG_TARGET_WORDS_BIGENDIAN #undef TCG_TARGET_STACK_GROWSUP -- cgit v1.2.1