mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove pop that was done when not a return val
This commit is contained in:
@@ -1551,7 +1551,6 @@ codegen(codegen_scope *s, node *tree, int val)
|
||||
// variable rhs
|
||||
codegen(s, t, VAL);
|
||||
gen_vmassignment(s, tree->car, rhs, val);
|
||||
if (!val) pop();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user