Skip to content

Commit

Permalink
Fix GetNonGCHeapBounds (#85702)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo authored May 4, 2023
1 parent d819cc9 commit 87189ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/vm/proftoeeinterfaceimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7675,7 +7675,7 @@ HRESULT ProfToEEInterfaceImpl::GetNonGCHeapBounds(ULONG cObjectRanges,

if (pcObjectRanges != nullptr)
{
*pcObjectRanges = segmentsToInspect;
*pcObjectRanges = (ULONG)segmentsCount;
}
}
else
Expand Down

0 comments on commit 87189ec

Please # to comment.