Skip to content

Commit

Permalink
Only need to do dynop setup on Parrot.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 29, 2013
1 parent c8b1e96 commit 7c24085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -78,8 +78,10 @@ my stub ForeignCode metaclass Perl6::Metamodel::ClassHOW { ... };
# We stick all the declarative bits inside of a BEGIN, so they get
# serialized.
BEGIN {
#?if parrot
# Ensure Rakudo dynops are initialized.
pir::rakudo_dynop_setup__v();
#?endif

# class Mu { ... }
#?if parrot
Expand Down

0 comments on commit 7c24085

Please sign in to comment.