From c4071c90143c6c356ad670e6ed03024b14ce4fa7 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 16 Mar 2008 19:21:07 +0000 Subject: Increase max temps limit git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4074 c046a42c-6fe2-441c-8c8c-71466251a162 --- tcg/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg') diff --git a/tcg/tcg.h b/tcg/tcg.h index 09fb9ef..d0556ce 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -88,7 +88,7 @@ typedef struct TCGPool { #define TCG_MAX_LABELS 512 -#define TCG_MAX_TEMPS 256 +#define TCG_MAX_TEMPS 512 typedef int TCGType; -- cgit v1.1