mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Create the .parN variables for varargs functions.
Ouch, 2 years and this is the first test?
This commit is contained in:
parent
984aa9a4cf
commit
a734feacfd
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ build_scope (symbol_t *fsym, symtab_t *parent)
|
|||
if (args) {
|
||||
while (i < MAX_PARMS) {
|
||||
param = new_symbol_type (va (".par%d", i), &type_param);
|
||||
symtab_addsymbol (symtab, param);
|
||||
initialize_def (param, &type_param, 0, symtab->space, st_local);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue