Commit 9704ceef authored by skandhas's avatar skandhas

remove incorrect pop() in codegen

parent 2ea245db
...@@ -1412,7 +1412,6 @@ codegen(codegen_scope *s, node *tree, int val) ...@@ -1412,7 +1412,6 @@ codegen(codegen_scope *s, node *tree, int val)
codegen(s, tree->cdr->cdr->car, VAL); codegen(s, tree->cdr->cdr->car, VAL);
pop(); pop();
gen_assignment(s, tree->car, cursp(), val); gen_assignment(s, tree->car, cursp(), val);
if (val) pop();
dispatch(s, pos); dispatch(s, pos);
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment