Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ir/persistence/IRDumper.java
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ public IRDumper(PrintStream ps, boolean color) {
public void visit(IRScope scope, boolean recurse) {
stream.println("begin " + scope.getScopeType().name() + "<" + scope.getName() + ">");

scope.prepareForInitialCompilation();
scope.prepareForCompilation();
InterpreterContext ic = scope.getInterpreterContext();

if (ic.getStaticScope().getSignature() == null) {

0 comments on commit 404f666

Please sign in to comment.