Skip to content

Commit

Permalink
[Truffle] Add lowerFixnumParameters to IOBufferUnshiftPrimitiveNode.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 23, 2015
1 parent 4b1526d commit 1777fcf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ public RubyBasicObject allocate(VirtualFrame frame, RubyClass classToAllocate) {

}

@RubiniusPrimitive(name = "iobuffer_unshift")
@RubiniusPrimitive(name = "iobuffer_unshift", lowerFixnumParameters = 1)
public static abstract class IOBufferUnshiftPrimitiveNode extends RubiniusPrimitiveNode {

public IOBufferUnshiftPrimitiveNode(RubyContext context, SourceSection sourceSection) {
Expand Down

0 comments on commit 1777fcf

Please sign in to comment.