Skip to content

Commit

Permalink
Fixing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Apr 7, 2023
1 parent d6aaa1f commit 419f4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smalltalksrc/VMMaker/SpurPlanningCompactor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ SpurPlanningCompactor >> useFreeChunkForSavedFirstFieldsSpace: highestSuitableFr
configureSavedFirstFieldsSpaceStart: highestSuitableFreeBlock
+ (manager freeChunkLargerIndex * manager bytesPerOop)
limit: (manager addressAfter: highestSuitableFreeBlock)
isOldSpace: false.
isOldSpace: true.
self deny: self savedFirstFieldsSpaceWasAllocated
]

Expand All @@ -1039,7 +1039,7 @@ SpurPlanningCompactor >> useSegmentForSavedFirstFieldsSpace: spaceEstimate [
self
configureSavedFirstFieldsSpaceStart: segAddress asUnsignedIntegerPtr
limit: segAddress asUnsignedIntegerPtr + allocatedSize
isOldSpace: true.
isOldSpace: false.
self assert: self savedFirstFieldsSpaceWasAllocated.
^true].
^false
Expand Down

0 comments on commit 419f4fc

Please sign in to comment.