Skip to content

Commit

Permalink
don't force the HLL namespace to 0. I don't know why old IMCC was doi…
Browse files Browse the repository at this point in the history
…ng that, we shouldn't cargo-cult it.
  • Loading branch information
Whiteknight committed Feb 21, 2011
1 parent 2a317d9 commit e319462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/imccompiler.pmc
Expand Up @@ -44,7 +44,7 @@ pmclass IMCCompiler auto_attrs provides HLLCompiler provide invokable {
PMC * const newcontext = Parrot_push_context(interp, regs_used);

Parrot_block_GC_mark(interp);
Parrot_pcc_set_HLL(interp, newcontext, 0);
//Parrot_pcc_set_HLL(interp, newcontext, 0);
Parrot_pcc_set_sub(interp, newcontext, 0);

Parrot_pcc_fill_params_from_c_args(INTERP, call_object, "S", &code);
Expand Down

0 comments on commit e319462

Please sign in to comment.