now has jump

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

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

Loading…
Cancel
Save