Skip to content

Commit

Permalink
Mutant pharo-project#499, Installing [ Remove ^ ] on method [ classIs…
Browse files Browse the repository at this point in the history
…ItselfClassIndexPun ] 9 test cases.
  • Loading branch information
hogoww committed Feb 25, 2022
1 parent a5ae90b commit 6df0611
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion smalltalksrc/VMMaker/SpurMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3709,13 +3709,15 @@ SpurMemoryManager >> classIndexOfHeader: aHeader [
{ #category : #'class table puns' }
SpurMemoryManager >> classIsItselfClassIndexPun [
"Class puns are class indices not used by any class. There is an entry
for the pun that refers to the notional class of objects with this class
index. But because the index doesn't match the class it won't show up
in allInstances, hence hiding the object with a pun as its class index.
The puns occupy indices 16 through 31."
<cmacro>
^31
31
]
{ #category : #'plugin support' }
Expand Down

0 comments on commit 6df0611

Please sign in to comment.