Skip to content

Commit

Permalink
Ensure gcx.Nil gets initialized.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 18, 2013
1 parent 63a865a commit 7f1cd51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/jvm/runtime/org/perl6/rakudo/RakOps.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public static SixModelObject p6settypes(SixModelObject conf, ThreadContext tc) {
gcx.ListIter = conf.at_key_boxed(tc, "ListIter");
gcx.Array = conf.at_key_boxed(tc, "Array");
gcx.LoL = conf.at_key_boxed(tc, "LoL");
gcx.Nil = conf.at_key_boxed(tc, "Nil");
gcx.EnumMap = conf.at_key_boxed(tc, "EnumMap");
gcx.Hash = conf.at_key_boxed(tc, "Hash");
gcx.Junction = conf.at_key_boxed(tc, "Junction");
Expand Down

0 comments on commit 7f1cd51

Please sign in to comment.