Skip to content

Commit e1f47bf

Browse files
committed
tmp
1 parent 5db510c commit e1f47bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parse.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3655,7 +3655,8 @@ static int64_t eval2(Node *node, EvalContext *ctx) {
36553655
ctx->label = &node->lbl.unique_label;
36563656
return 0;
36573657
}
3658-
3658+
}
3659+
if (!ctx->var) {
36593660
int ofs;
36603661
Obj *var = NULL;
36613662
if (node->kind == ND_ADDR)

0 commit comments

Comments
 (0)