Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Start to register some static code refs; we'll need a bit more than t…
…his, though.
  • Loading branch information
jnthn committed Feb 12, 2012
1 parent 3614f78 commit 5641529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NQP/World.pm
Expand Up @@ -258,6 +258,8 @@ class NQP::World is HLL::World {
}
pir::assign__vPS($dummy, $name);
self.add_code_LEGACY($dummy);
pir::setprop__vPsP($dummy, 'STATIC_CODE_REF', $dummy);
self.add_root_code_ref($dummy, $method_past);
$method_past<compile_time_dummy> := $dummy;
}

Expand Down

0 comments on commit 5641529

Please sign in to comment.