new constructors

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@208 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent d019ab5746
commit b736169dfa
  1. 4
      jode/jode/flow/ReturnBlock.java

@ -30,8 +30,8 @@ public class ReturnBlock extends InstructionContainer {
super(null);
}
public ReturnBlock(Expression instr, Jump jump) {
super(instr, jump);
public ReturnBlock(Expression instr) {
super(instr, new Jump(-1));
}
/**

Loading…
Cancel
Save