Skip to content
Permalink
Browse files
[Truffle] Fix after merge.
  • Loading branch information
chrisseaton committed Nov 6, 2014
1 parent 7eacf92 commit afbde81
Showing 1 changed file with 1 addition and 1 deletion.
@@ -798,7 +798,7 @@ public InstanceOfNode(InstanceOfNode prev) {
super(prev);
}

@SlowPath
@TruffleBoundary
@Specialization
public boolean instanceOf(Object self, RubyClass rubyClass) {
// TODO(CS): fast path

0 comments on commit afbde81

Please sign in to comment.