aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/intrin.c
diff options
context:
space:
mode:
Diffstat (limited to 'ir/intrin.c')
-rw-r--r--ir/intrin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/intrin.c b/ir/intrin.c
index 53e29fc..d31f9bb 100644
--- a/ir/intrin.c
+++ b/ir/intrin.c
@@ -49,7 +49,7 @@ void
lowerintrin(struct function *fn)
{
struct block *blk = fn->entry;
- static struct arg argsbuf[64];
+ struct arg argsbuf[32];
vec_of(struct arg) args = VINIT(argsbuf, countof(argsbuf));
do {