Skip to content

Commit

Permalink
Internal call in Str.pir to prefix:<?> should have &-prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 16, 2010
1 parent a6e4c1f commit fd288ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Str.pir
Expand Up @@ -234,7 +234,7 @@ Overridden for Str.
.param string a
.param string b
$I0 = iseq a, b
.tailcall 'prefix:<?>'($I0)
.tailcall '&prefix:<?>'($I0)
.end

=back
Expand Down

0 comments on commit fd288ff

Please sign in to comment.