mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix a missed debug test
This commit is contained in:
parent
7acbb3a0ea
commit
6c91ee29f0
1 changed files with 2 additions and 1 deletions
|
@ -595,7 +595,8 @@ emit_function (function_t *f, expr_t *e)
|
|||
//PR_PrintType (f->def->type);
|
||||
//printf (" %s =\n", f->def->name);
|
||||
|
||||
lineno_base = f->aux->source_line;
|
||||
if (f->aux)
|
||||
lineno_base = f->aux->source_line;
|
||||
|
||||
pr_scope = f->def;
|
||||
while (e) {
|
||||
|
|
Loading…
Reference in a new issue