From d10b5ea157fd0d04438e892f0d61301e7f262874 Mon Sep 17 00:00:00 2001 From: Denis Drakhnya Date: Sat, 28 Nov 2020 13:53:46 +0200 Subject: [PATCH] tcg: Increase max temps limit. --- include/tcg/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tcg/tcg.h b/include/tcg/tcg.h index 26a70526f1..5aaf1a6f40 100644 --- a/include/tcg/tcg.h +++ b/include/tcg/tcg.h @@ -279,7 +279,7 @@ typedef struct TCGPool { #define TCG_POOL_CHUNK_SIZE 32768 -#define TCG_MAX_TEMPS 512 +#define TCG_MAX_TEMPS 1024 #define TCG_MAX_INSNS 512 /* when the size of the arguments of a called function is smaller than