This commit is contained in:
h2so5
2013-12-24 13:33:26 +09:00
parent bc7a6e88a1
commit 6c6633843c
+3
View File
@@ -1416,6 +1416,9 @@ codegen(codegen_scope *s, node *tree, int val)
genop(s, MKOP_AB(OP_MOVE, cursp(), pos));
push();
}
else if (pos3) {
dispatch_linked(s, pos3);
}
}
break;