summaryrefslogtreecommitdiff
path: root/src/gc/gcscan.cpp
diff options
context:
space:
mode:
authorSean Gillespie <sean.william.g@gmail.com>2016-09-15 13:05:03 -0700
committerGitHub <noreply@github.com>2016-09-15 13:05:03 -0700
commit797ce534ce9d4b7452896af9f2b9a35b1575d0ee (patch)
treee5e01acca609fe4c7e44236fc4ef6e4795a749e9 /src/gc/gcscan.cpp
parenteebf26a9889cb03b6a6b77e705e394b59cd36364 (diff)
downloadcoreclr-797ce534ce9d4b7452896af9f2b9a35b1575d0ee.tar.gz
coreclr-797ce534ce9d4b7452896af9f2b9a35b1575d0ee.tar.bz2
coreclr-797ce534ce9d4b7452896af9f2b9a35b1575d0ee.zip
Update the GC from CoreRT (#7207)
Diffstat (limited to 'src/gc/gcscan.cpp')
-rw-r--r--src/gc/gcscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/gcscan.cpp b/src/gc/gcscan.cpp
index f22840a262..f021554fd6 100644
--- a/src/gc/gcscan.cpp
+++ b/src/gc/gcscan.cpp
@@ -129,7 +129,7 @@ static void CALLBACK CheckPromoted(_UNCHECKED_OBJECTREF *pObjRef, uintptr_t * /*
LOG((LF_GC, LL_INFO100000, LOG_HANDLE_OBJECT_CLASS("Checking referent of Weak-", pObjRef, "to ", *pObjRef)));
Object **pRef = (Object **)pObjRef;
- if (!g_theGcHeap->IsPromoted(*pRef))
+ if (!g_theGCHeap->IsPromoted(*pRef))
{
LOG((LF_GC, LL_INFO100, LOG_HANDLE_OBJECT_CLASS("Severing Weak-", pObjRef, "to unreachable ", *pObjRef)));