summaryrefslogtreecommitdiff
path: root/src/gc/gcee.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-24 23:53:11 -0800
committerJan Kotas <jkotas@microsoft.com>2016-02-24 23:53:11 -0800
commita1775a988af161a8268d7269c432246aad486a93 (patch)
treeb6de836f028e50626cb9f8e207ee16e15f6cb9a4 /src/gc/gcee.cpp
parente1fd6dc6d5adf7c4107e60fdb8a6bcb5fc57069f (diff)
downloadcoreclr-a1775a988af161a8268d7269c432246aad486a93.tar.gz
coreclr-a1775a988af161a8268d7269c432246aad486a93.tar.bz2
coreclr-a1775a988af161a8268d7269c432246aad486a93.zip
Fixes for GC update
Diffstat (limited to 'src/gc/gcee.cpp')
-rwxr-xr-xsrc/gc/gcee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/gcee.cpp b/src/gc/gcee.cpp
index 60ff60aa90..a73770168d 100755
--- a/src/gc/gcee.cpp
+++ b/src/gc/gcee.cpp
@@ -402,7 +402,7 @@ void ProfScanRootsHelper(Object** ppObject, ScanContext *pSC, uint32_t dwFlags)
pObj = (Object*) hp->find_object(o, hp->gc_low);
}
#endif //INTERIOR_POINTERS
- ScanRootsHelper(&pObj, ppObject, pSC, dwFlags);
+ ScanRootsHelper(pObj, ppObject, pSC, dwFlags);
#endif // defined(GC_PROFILING) || defined(FEATURE_EVENT_TRACE)
}