git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@345 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 66c092d1d1
commit 4c7571734f
  1. 2
      jode/jode/flow/StructuredBlock.java

@ -369,7 +369,7 @@ public abstract class StructuredBlock {
after = stack;
else {
after = null;
for (int i=1; i< subBlocks.length; i++) {
for (int i=0; i< subBlocks.length; i++) {
after = VariableStack.merge
(after, subBlocks[i].mapStackToLocal(stack));
}

Loading…
Cancel
Save