Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/main/java/org/jruby/ir/targets/JVMVisitor.java
Original file line number Diff line number Diff line change
@@ -1160,11 +1160,7 @@ private void superCommon(String name, CallInstr instr, Operand[] args, Operand d
throw new NotCompilableException("unknown super type " + operation + " in " + instr);
}

if (instr instanceof ResultInstr) {
jvmStoreLocal(((ResultInstr) instr).getResult());
} else {
jvmAdapter().pop();
}
jvmStoreLocal(instr.getResult());
}

@Override

0 comments on commit 38c56ab

Please sign in to comment.