summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-16 19:21:07 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-16 19:21:07 +0000
commitc4071c90143c6c356ad670e6ed03024b14ce4fa7 (patch)
treec62243a8ee073b944fe5b9630cb74b6e561a3f9f /tcg/tcg.h
parent0425bee563a2748341488bd4ce4bdf33dd7e6fea (diff)
downloadqemu-c4071c90143c6c356ad670e6ed03024b14ce4fa7.tar.gz
Increase max temps limit
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4074 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r--tcg/tcg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/tcg.h b/tcg/tcg.h
index 09fb9ef990..d0556ce963 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;