Skip to content

Commit

Permalink
Mutant pharo-project#488, Installing [ Remove ^ ] on method [ rawHash…
Browse files Browse the repository at this point in the history
…BitsOf: ] 41 test cases.
  • Loading branch information
hogoww committed Feb 25, 2022
1 parent 3f53370 commit 9c1cbd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smalltalksrc/VMMaker/SpurMemoryManager.class.st
Expand Up @@ -10509,9 +10509,10 @@ SpurMemoryManager >> rawClassTagForClass: classObj [
{ #category : #'header access' }
SpurMemoryManager >> rawHashBitsOf: objOop [
<api>
self flag: #endianness.
^(self long32At: objOop + 4) bitAnd: self identityHashHalfWordMask
(self long32At: objOop + 4) bitAnd: self identityHashHalfWordMask
]
{ #category : #'object access' }
Expand Down

0 comments on commit 9c1cbd3

Please sign in to comment.