Skip to content

Commit 5f40147

Browse files
committed
Map setdispatcherfor on MoarVM backend.
1 parent 41f8d8b commit 5f40147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2747,6 +2747,7 @@ QAST::MASTOperations.add_core_moarop_mapping('getcodename', 'getcodename');
27472747
QAST::MASTOperations.add_core_moarop_mapping('setcodename', 'setcodename', 0);
27482748
QAST::MASTOperations.add_core_moarop_mapping('forceouterctx', 'forceouterctx', 0);
27492749
QAST::MASTOperations.add_core_moarop_mapping('setdispatcher', 'setdispatcher', 0);
2750+
QAST::MASTOperations.add_core_moarop_mapping('setdispatcherfor', 'setdispatcherfor', 0);
27502751
QAST::MASTOperations.add_core_op('takedispatcher', -> $qastcomp, $op {
27512752
my $regalloc := $*REGALLOC;
27522753
unless nqp::istype($op[0], QAST::SVal) {

0 commit comments

Comments
 (0)