Skip to content

Commit 18e12d0

Browse files
cshungMike McLaughlin
authored andcommitted
Fix GCHeapTraverse for empty POH
1 parent 4c465e6 commit 18e12d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SOS/Strike/eeheap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "safemath.h"
1313
#include "releaseholder.h"
1414

15-
1615
// This is the increment for the segment lookup data
1716
const int nSegLookupStgIncrement = 100;
1817

@@ -1572,6 +1571,7 @@ BOOL GCHeapTraverse(const GCHeapDetails &heap, AllocInfo* pallocInfo, VISITGCHEA
15721571
}
15731572

15741573
dwAddrCurrObj = (DWORD_PTR)segment.mem;
1574+
continue;
15751575
}
15761576
else
15771577
{

0 commit comments

Comments
 (0)