Skip to content

Commit 1628110

Browse files
committed
[truffle] For now compile nqp::callstatic as nqp::call
1 parent 0d726f8 commit 1628110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vm/jvm/Truffle.nqp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ class QAST::OperationsTruffle {
298298
TAST.new($OBJ, $ret);
299299
});
300300

301+
%ops<callstatic> := %ops<call>;
302+
301303
add_op('bind', sub ($comp, $node, :$want) {
302304
my @children := $node.list;
303305
if +@children != 2 {

0 commit comments

Comments
 (0)