Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a missing pirop sig.
  • Loading branch information
jnthn committed Jul 21, 2012
1 parent 605574c commit e3f8021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/terms.pm
Expand Up @@ -43,7 +43,7 @@ sub term:<time>() { nqp::p6box_i(nqp::time_i()) }
my $VM = {
name => 'parrot', # XXX: should be made dynamical
config => pir::perl6ize_type__PP(
nqp::atpos(pir::getinterp, pir::const::IGLOBALS_CONFIG_HASH))
nqp::atpos(pir::getinterp__P, pir::const::IGLOBALS_CONFIG_HASH))
}
nqp::bindkey(pir::get_who__PP(PROCESS), '$VM', $VM);

Expand Down

0 comments on commit e3f8021

Please sign in to comment.