Skip to content

Commit

Permalink
[Truffle] Fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Apr 21, 2015
1 parent b24e393 commit 6f90864
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -12,7 +12,9 @@
import com.oracle.truffle.api.dsl.NodeChild;
import com.oracle.truffle.api.dsl.Specialization;
import com.oracle.truffle.api.frame.VirtualFrame;
import com.oracle.truffle.api.nodes.UnexpectedResultException;
import com.oracle.truffle.api.source.SourceSection;

import org.jruby.truffle.nodes.RubyNode;
import org.jruby.truffle.runtime.RubyContext;
import org.jruby.truffle.runtime.core.RubyBasicObject;
Expand Down Expand Up @@ -64,4 +66,7 @@ public boolean doBasicObject(RubyBasicObject object) {
return true;
}

@Override
public abstract boolean executeBoolean(VirtualFrame frame);

}

0 comments on commit 6f90864

Please sign in to comment.