Skip to content

Commit ccd7669

Browse files
committed
Get MoarVM with curcode op and map it.
1 parent 3c8c39d commit ccd7669

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,6 +1811,7 @@ QAST::MASTOperations.add_hll_box('', $MVM_reg_void, -> $qastcomp, $reg {
18111811
QAST::MASTOperations.add_core_moarop_mapping('ctx', 'ctx', :!inlinable);
18121812
QAST::MASTOperations.add_core_moarop_mapping('ctxouter', 'ctxouter', :!inlinable);
18131813
QAST::MASTOperations.add_core_moarop_mapping('ctxcaller', 'ctxcaller', :!inlinable);
1814+
QAST::MASTOperations.add_core_moarop_mapping('ctxcode', 'ctxcode', :!inlinable);
18141815
QAST::MASTOperations.add_core_moarop_mapping('ctxouterskipthunks', 'ctxouterskipthunks', :!inlinable);
18151816
QAST::MASTOperations.add_core_moarop_mapping('ctxcallerskipthunks', 'ctxcallerskipthunks', :!inlinable);
18161817
QAST::MASTOperations.add_core_moarop_mapping('curcode', 'curcode', :!inlinable);

tools/build/MOAR_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2015.07-5-gbbe6231
1+
2015.07-8-gb8fdeae

0 commit comments

Comments
 (0)