git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@84 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent c7aeb9a301
commit 63191fce46
  1. 3
      jode/jode/flow/TransformExceptionHandlers.java

@ -675,8 +675,7 @@ public class TransformExceptionHandlers {
/* remove the pop now */
firstInstr.removeBlock();
tryFlow.length += catchFlow.length;
updateInOutCatch(tryFlow, succ);
tryFlow.length += catchFlow.length;
if (succ != null) {
Jump jumps = (Jump) tryFlow.successors.remove(succ);

Loading…
Cancel
Save