Skip to content

Commit

Permalink
one line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maoni Stephens authored and mangod9 committed Jan 3, 2022
1 parent ec8fb47 commit 41786bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/gc/gc.cpp
Expand Up @@ -45223,6 +45223,8 @@ size_t GCHeap::ApproxTotalBytesInUse(BOOL small_heap_only)
{
break;
}

gen0_seg = heap_segment_next (gen0_seg);
}
#else //USE_REGIONS
// For segments ephemeral seg does not change.
Expand Down

0 comments on commit 41786bf

Please sign in to comment.