From: blueswir1 Date: Sun, 16 Mar 2008 19:21:07 +0000 (+0000) Subject: Increase max temps limit X-Git-Tag: xen-3.3.0-rc1~286 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c4071c90143c6c356ad670e6ed03024b14ce4fa7;p=qemu-xen-3.4-testing.git Increase max temps limit git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4074 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/tcg/tcg.h b/tcg/tcg.h index 09fb9ef9..d0556ce9 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;