Commit c4071c90143c6c356ad670e6ed03024b14ce4fa7

Authored by blueswir1
1 parent 0425bee5

Increase max temps limit


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4074 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
tcg/tcg.h
... ... @@ -88,7 +88,7 @@ typedef struct TCGPool {
88 88  
89 89 #define TCG_MAX_LABELS 512
90 90  
91   -#define TCG_MAX_TEMPS 256
  91 +#define TCG_MAX_TEMPS 512
92 92  
93 93 typedef int TCGType;
94 94  
... ...