diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-16 19:21:07 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-16 19:21:07 +0000 |
commit | c4071c90143c6c356ad670e6ed03024b14ce4fa7 (patch) | |
tree | c62243a8ee073b944fe5b9630cb74b6e561a3f9f /tcg/tcg.h | |
parent | 0425bee563a2748341488bd4ce4bdf33dd7e6fea (diff) | |
download | qemu-c4071c90143c6c356ad670e6ed03024b14ce4fa7.tar.gz qemu-c4071c90143c6c356ad670e6ed03024b14ce4fa7.tar.bz2 qemu-c4071c90143c6c356ad670e6ed03024b14ce4fa7.zip |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |