summaryrefslogtreecommitdiff
path: root/src/vm/syncblk.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-12-16 15:26:25 -0800
committerJan Kotas <jkotas@microsoft.com>2015-12-16 16:09:07 -0800
commitb65f0e718268ae400fda7556bf93f48472f9875d (patch)
tree39d337f94064e9488450e5e847b15b7ca2abf6c1 /src/vm/syncblk.cpp
parent36de3bebb8930bdad554143f9563b83a3356d7b7 (diff)
downloadcoreclr-b65f0e718268ae400fda7556bf93f48472f9875d.tar.gz
coreclr-b65f0e718268ae400fda7556bf93f48472f9875d.tar.bz2
coreclr-b65f0e718268ae400fda7556bf93f48472f9875d.zip
Rename CNameSpace to GCScan
Diffstat (limited to 'src/vm/syncblk.cpp')
-rw-r--r--src/vm/syncblk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/syncblk.cpp b/src/vm/syncblk.cpp
index 83e4f4eb27..7163658ef3 100644
--- a/src/vm/syncblk.cpp
+++ b/src/vm/syncblk.cpp
@@ -2525,7 +2525,7 @@ BOOL ObjHeader::Validate (BOOL bVerifySyncBlkIndex)
//rest of the DWORD is SyncBlk Index
if (!(bits & BIT_SBLK_IS_HASHCODE))
{
- if (bVerifySyncBlkIndex && CNameSpace::GetGcRuntimeStructuresValid ())
+ if (bVerifySyncBlkIndex && GCScan::GetGcRuntimeStructuresValid ())
{
DWORD sbIndex = bits & MASK_SYNCBLOCKINDEX;
ASSERT_AND_CHECK(SyncTableEntry::GetSyncTableEntry()[sbIndex].m_Object == obj);