Commit ff40793f authored by Carson McDonald's avatar Carson McDonald

Remove pop that was done when not a return val

parent 5f40e341
...@@ -1551,7 +1551,6 @@ codegen(codegen_scope *s, node *tree, int val) ...@@ -1551,7 +1551,6 @@ codegen(codegen_scope *s, node *tree, int val)
// variable rhs // variable rhs
codegen(s, t, VAL); codegen(s, t, VAL);
gen_vmassignment(s, tree->car, rhs, val); gen_vmassignment(s, tree->car, rhs, val);
if (!val) pop();
} }
} }
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