Skip to content

Commit 6174ab0

Browse files
committed
Add missing overloaded execute method
1 parent 10dd8e2 commit 6174ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/call/special/LookupAndCallUnaryNode.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ public abstract static class NoAttributeHandler extends PNodeWithContext {
9898
public abstract Object executeObject(VirtualFrame frame, Object receiver);
9999

100100
public abstract Object executeObject(VirtualFrame frame, int receiver);
101+
102+
public abstract Object executeObject(VirtualFrame frame, long receiver);
101103

102104
public abstract Object executeObject(VirtualFrame frame, double receiver);
103105

0 commit comments

Comments
 (0)