Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eliminate a Parrotism for an nqp:: op.
Partly gets macro tests working on JVM backend.
  • Loading branch information
jnthn committed Jun 30, 2013
1 parent 85a4d9a commit 7b04775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/World.nqp
Expand Up @@ -1064,7 +1064,7 @@ class Perl6::World is HLL::World {
unless $quasi_ast.is_quasi_ast {
return "";
}
my $fixups := QAST::Op.new(:name<set_outer_ctx>, :op<callmethod>,
my $fixups := QAST::Op.new(:op<forceouterctx>,
QAST::BVal.new(:value($block)),
QAST::Op.new(
:op<p6getouterctx>,
Expand Down

0 comments on commit 7b04775

Please sign in to comment.