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;