Skip to content

Commit

Permalink
[Truffle] A DirectCallNode is a Node and should be annotated with @child
Browse files Browse the repository at this point in the history
.
  • Loading branch information
eregon committed Jul 24, 2015
1 parent 16380e9 commit 0be4796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ protected CallTarget method2proc(RubyBasicObject methodObject) {
private static class SetReceiverNode extends RubyNode {

private final Object receiver;
private final DirectCallNode methodCallNode;
@Child private DirectCallNode methodCallNode;

public SetReceiverNode(RubyContext context, SourceSection sourceSection, Object receiver, CallTarget methodCallTarget) {
super(context, sourceSection);
Expand Down

0 comments on commit 0be4796

Please sign in to comment.