aboutsummaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
Diffstat (limited to 'tcg')
-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;