Skip to content

Commit

Permalink
fix #1617
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Dec 24, 2013
1 parent bc7a6e8 commit 6c66338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/codegen.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6c66338

Please sign in to comment.