Skip to content

Commit fb2dbb0

Browse files
committed
Map hllize/hllizefor on MoarVM.
1 parent d3bc775 commit fb2dbb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,6 +1860,8 @@ QAST::MASTOperations.add_core_moarop_mapping('settypehll', 'settypehll', 0);
18601860
QAST::MASTOperations.add_core_moarop_mapping('settypehllrole', 'settypehllrole', 0);
18611861
QAST::MASTOperations.add_core_moarop_mapping('usecompileehllconfig', 'usecompileehllconfig');
18621862
QAST::MASTOperations.add_core_moarop_mapping('usecompilerhllconfig', 'usecompilerhllconfig');
1863+
QAST::MASTOperations.add_core_moarop_mapping('hllize', 'hllize');
1864+
QAST::MASTOperations.add_core_moarop_mapping('hllizefor', 'hllizefor');
18631865

18641866
# regex engine related opcodes
18651867
QAST::MASTOperations.add_core_moarop_mapping('nfafromstatelist', 'nfafromstatelist');

0 commit comments

Comments
 (0)