Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stub nqp::hllconfig.
Functions as a no-op for now.
  • Loading branch information
jnthn committed Feb 24, 2013
1 parent ac4421c commit a33eef1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -1810,6 +1810,12 @@ QAST::Operations.add_core_pirop_mapping('bindcomp', 'compreg', '1sP');
QAST::Operations.add_core_pirop_mapping('getcurhllsym', 'get_hll_global', 'Ps');
QAST::Operations.add_core_pirop_mapping('bindcurhllsym', 'set_hll_global', '1sP');
QAST::Operations.add_core_pirop_mapping('loadbytecode', 'load_bytecode', '0s');
QAST::Operations.add_core_op('sethllconfig', -> $qastcomp, $op {
# XXX Not really implemented here.
my $ops := PIRT::Ops.new();
$ops.result('0');
$ops
});

# regex engine related opcodes
QAST::Operations.add_core_pirop_mapping('nfafromstatelist', 'nqp_nfa_from_statelist', 'PPP');
Expand Down

0 comments on commit a33eef1

Please sign in to comment.