Skip to content

Commit

Permalink
fix callframe().line and .file by creating a Perl 6 hash from the ann…
Browse files Browse the repository at this point in the history
…otations
  • Loading branch information
moritz committed Jun 17, 2010
1 parent 012ea2b commit d1a7442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CallFrame.pm
Expand Up @@ -4,7 +4,7 @@ class CallFrame {
method !annotations {
my $i = $!interp;
my $l = $!level;
Q:PIR {
CREATE_HASH_FROM_LOW_LEVEL Q:PIR {
.local pmc interp
.local int level
Expand Down

0 comments on commit d1a7442

Please sign in to comment.