Skip to content

Commit

Permalink
Make sure we hand back return values when invoking with a candidate l…
Browse files Browse the repository at this point in the history
…ist.
  • Loading branch information
jnthn committed May 12, 2009
1 parent b6c0eaf commit 0bfbc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/guts.pir
Expand Up @@ -144,7 +144,7 @@ Does an indirect method dispatch.

candidate_list:
$P0 = new 'P6Invocation', methodish
$P0(obj, pos_args :flat, name_args :flat :named)
.tailcall $P0(obj, pos_args :flat, name_args :flat :named)
.end


Expand Down

0 comments on commit 0bfbc44

Please sign in to comment.