Skip to content

Commit f6a371a

Browse files
committed
[Truffle] Fix build.
1 parent a806de6 commit f6a371a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/jruby/truffle/translator/TranslatorDriver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public MethodDefinitionNode parse(RubyContext context, org.jruby.ast.Node parseT
6565
throw new RuntimeException(e);
6666
}
6767

68-
return translator.compileFunctionNode(sourceSection, "(unknown)", argsNode, bodyNode, false);
68+
return translator.compileFunctionNode(sourceSection, "(unknown)", argsNode, bodyNode, false, sharedMethod);
6969
}
7070

7171
public RubyRootNode parse(RubyContext context, Source source, ParserContext parserContext, MaterializedFrame parentFrame, RubyNode currentNode, NodeWrapper wrapper) {

0 commit comments

Comments
 (0)