Skip to content

Commit

Permalink
Oops, copy-pasto.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 31, 2011
1 parent 9052157 commit 865919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/perl6.ops
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ candidate.
=cut

*/
inline op multi_dispatch_over_lexical_candidates(out PMC, in PMC) :base_core {
inline op perl6_enter_multi_dispatch(out PMC, in PMC) :base_core {
PMC *cur_ctx = CURRENT_CONTEXT(interp);
PMC *chosen = Rakudo_md_dispatch(interp, $2, cur_ctx, NULL);
if (!PMC_IS_NULL(chosen)) {
Expand Down

0 comments on commit 865919b

Please sign in to comment.