Fix return when value expected

This commit is contained in:
Carson McDonald
2013-12-25 12:17:33 -05:00
parent 66747603d5
commit a89cba9fa4
+1
View File
@@ -2331,6 +2331,7 @@ codegen(codegen_scope *s, node *tree, int val)
genop(s, MKOP_ABx(OP_EXEC, cursp(), idx));
if (val) {
push();
push();
}
}
break;