diff options
Diffstat (limited to 'src/vm/proftoeeinterfaceimpl.cpp')
-rw-r--r-- | src/vm/proftoeeinterfaceimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/proftoeeinterfaceimpl.cpp b/src/vm/proftoeeinterfaceimpl.cpp index e0a1dabf78..0438bd08f0 100644 --- a/src/vm/proftoeeinterfaceimpl.cpp +++ b/src/vm/proftoeeinterfaceimpl.cpp @@ -4809,7 +4809,7 @@ HRESULT ProfToEEInterfaceImpl::GetThreadContext(ThreadID threadId, Thread *pThread = reinterpret_cast<Thread *>(threadId); // Get the context for the Thread* provided - Context *pContext = pThread->GetContext(); + AppDomain *pContext = pThread->GetDomain(); // Context is same as AppDomain in CoreCLR _ASSERTE(pContext); // If there's no current context, return incomplete info |