Skip to content

Commit

Permalink
map op nativecallglobal and bump moar rev
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Sep 18, 2014
1 parent 4b7e77a commit 1f0d522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -2525,6 +2525,7 @@ QAST::MASTOperations.add_core_op('nativecall', -> $qastcomp, $op {
});
QAST::MASTOperations.add_core_moarop_mapping('nativecallrefresh', 'nativecallrefresh', 0, :decont(0));
QAST::MASTOperations.add_core_moarop_mapping('nativecallcast', 'nativecallcast');
QAST::MASTOperations.add_core_moarop_mapping('nativecallglobal', 'nativecallglobal');

# process related opcodes
QAST::MASTOperations.add_core_moarop_mapping('exit', 'exit', 0);
Expand Down
2 changes: 1 addition & 1 deletion tools/build/MOAR_REVISION
@@ -1 +1 @@
2014.09
2014.09-1-g699360b

0 comments on commit 1f0d522

Please sign in to comment.