Skip to content

Commit

Permalink
Mutant pharo-project#498, Reverting [ Remove ^ ] on method [ numFixed…
Browse files Browse the repository at this point in the history
…SlotsOf: ] KILLED by 1/7 test cases.
  • Loading branch information
hogoww committed Dec 23, 2021
1 parent 3321b18 commit 5bd93ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions smalltalksrc/VMMaker/SpurMemoryManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9114,10 +9114,8 @@ SpurMemoryManager >> numBytesOfBytes: objOop [
{ #category : #'object format' }
SpurMemoryManager >> numFixedSlotsOf: objOop [
<inline: true>
self fixedFieldsOfClassFormat:
(self formatOfClass: (self fetchClassOfNonImm: objOop))
^self fixedFieldsOfClassFormat: (self formatOfClass: (self fetchClassOfNonImm: objOop))
]
{ #category : #'free space' }
Expand Down

0 comments on commit 5bd93ca

Please sign in to comment.