Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix thinko in invocation handling.
  • Loading branch information
jnthn committed May 10, 2013
1 parent a70ab6e commit d7f3d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -567,7 +567,7 @@ BEGIN {

# Need to actually run the code block. Also need this available before we finish
# up the stub.
Code.HOW.set_invocation_attr(Code, 'invoke', '$!do');
Code.HOW.set_invocation_attr(Code, Code, '$!do');
Code.HOW.compose_invocation(Code);

# class Block is Code { ... }
Expand Down

0 comments on commit d7f3d4e

Please sign in to comment.