diff --git a/jode/jode/flow/FinallyBlock.java b/jode/jode/flow/FinallyBlock.java index f03a9e2..2938984 100644 --- a/jode/jode/flow/FinallyBlock.java +++ b/jode/jode/flow/FinallyBlock.java @@ -67,6 +67,18 @@ public class FinallyBlock extends StructuredBlock { return new StructuredBlock[] { subBlock }; } + /** + * A finally block starts with empty stack. It must return with empty + * stack too, but that need not to be checked. If the JSR's aren't + * correctly determined this may even not be true. + * + * @param stack the stack before the instruction is called + * @return stack the stack afterwards. */ + public VariableStack mapStackToLocal(VariableStack stack) { + super.mapStackToLocal(stack); + return null; + } + /** * Returns the block where the control will normally flow to, when * the given sub block is finished (not ignoring the jump