diff options
Diffstat (limited to 'tcg')
-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; |