[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:
Bill Currie 2022-02-04 22:02:05 +09:00
parent 24a42dc064
commit 6988752dea

View file

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