Fixed typo in one of GC passes (#2492)
This commit is contained in:
committed by
Nikolay Igotti
parent
4d6fb2926d
commit
cfe2d2b7ce
@@ -754,7 +754,7 @@ void ScanBlack(ContainerHeader* start) {
|
||||
if (color == CONTAINER_TAG_GC_GREEN || color == CONTAINER_TAG_GC_BLACK) continue;
|
||||
container->setColorAssertIfGreen(CONTAINER_TAG_GC_BLACK);
|
||||
} else {
|
||||
if (container->marked()) continue;
|
||||
if (!container->marked()) continue;
|
||||
container->unMark();
|
||||
}
|
||||
traverseContainerReferredObjects(container, [&toVisit](ObjHeader* ref) {
|
||||
|
||||
Reference in New Issue
Block a user