summaryrefslogtreecommitdiff
path: root/src/debug/ee/functioninfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/ee/functioninfo.cpp')
-rw-r--r--src/debug/ee/functioninfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/ee/functioninfo.cpp b/src/debug/ee/functioninfo.cpp
index d4521110ba..637924c4cd 100644
--- a/src/debug/ee/functioninfo.cpp
+++ b/src/debug/ee/functioninfo.cpp
@@ -1228,7 +1228,7 @@ void DebuggerJitInfo::Init(TADDR newAddress)
this->m_addrOfCode = (ULONG_PTR)PTR_TO_CORDB_ADDRESS((BYTE*) newAddress);
this->m_jitComplete = true;
- this->m_codeRegionInfo.InitializeFromStartAddress((PCODE)this->m_addrOfCode);
+ this->m_codeRegionInfo.InitializeFromStartAddress(PINSTRToPCODE((TADDR)this->m_addrOfCode));
this->m_sizeOfCode = this->m_codeRegionInfo.getSizeOfTotalCode();
this->m_encVersion = this->m_methodInfo->GetCurrentEnCVersion();