Skip to content

Commit

Permalink
Need to actually store the number of slots so we do allocations prope…
Browse files Browse the repository at this point in the history
…rly. D'oh.
  • Loading branch information
jnthn committed Sep 26, 2010
1 parent e576843 commit 159250a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/runtime/Metamodel/Representations/P6opaque.cs
Expand Up @@ -302,6 +302,7 @@ private void ComputeSlotAllocation(ThreadContext TC, RakudoObject WHAT)
if (ParentElems == 0)
{
// We're done. \o/
Slots = CurrentSlot;
break;
}
else if (ParentElems > 1)
Expand Down

0 comments on commit 159250a

Please sign in to comment.