mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
[qfcc] Clean up line numbers in varargs setup
It's never nice getting the end-of-function line in the middle of some code.
This commit is contained in:
parent
24a42dc064
commit
6988752dea
1 changed files with 1 additions and 0 deletions
|
@ -1218,6 +1218,7 @@ expr_call (sblock_t *sblock, expr_t *call, operand_t **op)
|
|||
} else {
|
||||
list = new_nil_expr ();
|
||||
}
|
||||
expr_file_line (list, call);
|
||||
assign = assign_expr (args_list, list);
|
||||
expr_file_line (assign, call);
|
||||
sblock = statement_slist (sblock, assign);
|
||||
|
|
Loading…
Reference in a new issue