fix a build issue

This commit is contained in:
Wolfgang Bumiller 2013-01-12 16:38:49 +01:00
parent 61b777f575
commit 7fc88cfe5b

2
ir.c
View file

@ -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;