mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
fix a build issue
This commit is contained in:
parent
61b777f575
commit
7fc88cfe5b
1 changed files with 1 additions and 1 deletions
2
ir.c
2
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;
|
||||
|
|
Loading…
Reference in a new issue