Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Map nqp::bindhllsym on MoarVM.
  • Loading branch information
jnthn committed Oct 12, 2013
1 parent 6fd943d commit 60a7992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -1849,6 +1849,7 @@ QAST::MASTOperations.add_core_moarop_mapping('getcodecuid', 'getcodecuid');
QAST::MASTOperations.add_core_moarop_mapping('getcomp', 'getcomp');
QAST::MASTOperations.add_core_moarop_mapping('bindcomp', 'bindcomp');
QAST::MASTOperations.add_core_moarop_mapping('gethllsym', 'gethllsym');
QAST::MASTOperations.add_core_moarop_mapping('bindhllsym', 'bindhllsym', 2);
QAST::MASTOperations.add_core_moarop_mapping('getcurhllsym', 'getcurhllsym');
QAST::MASTOperations.add_core_moarop_mapping('bindcurhllsym', 'bindcurhllsym');
QAST::MASTOperations.add_core_moarop_mapping('sethllconfig', 'sethllconfig');
Expand Down

0 comments on commit 60a7992

Please sign in to comment.