Skip to content

Commit

Permalink
remove a .tailcall optimization from HLLCompiler.pir.
Browse files Browse the repository at this point in the history
This fixes a build failure in NQP (and, presumably, Rakudo as well)
  • Loading branch information
Whiteknight committed Jan 6, 2011
1 parent 766fed5 commit 9328cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compilers/pct/src/PCT/HLLCompiler.pir
Expand Up @@ -554,7 +554,8 @@ Transform PAST C<source> into POST.
.param pmc adverbs :slurpy :named
$P0 = compreg 'PIR'
.tailcall $P0(source)
$P1 = $P0(source)
.return($P1)
.end
Expand Down

0 comments on commit 9328cff

Please sign in to comment.