Skip to content

Commit

Permalink
[Truffle] Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Dec 22, 2014
1 parent a806de6 commit f6a371a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public MethodDefinitionNode parse(RubyContext context, org.jruby.ast.Node parseT
throw new RuntimeException(e);
}

return translator.compileFunctionNode(sourceSection, "(unknown)", argsNode, bodyNode, false);
return translator.compileFunctionNode(sourceSection, "(unknown)", argsNode, bodyNode, false, sharedMethod);
}

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

0 comments on commit f6a371a

Please sign in to comment.