From 7fc88cfe5b53e6c9740f48335206d5a2b7d03bcb Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 12 Jan 2013 16:38:49 +0100 Subject: [PATCH] fix a build issue --- ir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir.c b/ir.c index 13afbba..a641310 100644 --- a/ir.c +++ b/ir.c @@ -485,7 +485,7 @@ ir_function* ir_function_new(ir_builder* owner, int outtype) self->values = NULL; self->locals = NULL; - self->max_varargs = NULL; + self->max_varargs = 0; self->code_function_def = -1; self->allocated_locals = 0; -- 2.39.2