Skip to content

Commit

Permalink
fixed tailcall to prefix:<?>
Browse files Browse the repository at this point in the history
quester++ far the patch.
  • Loading branch information
Carl Masak committed Feb 16, 2010
1 parent e3a4d9a commit 4730a80
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 4730a80

Please sign in to comment.