未验证 提交 0666d9d6 编写于 作者: M Mikhail Kurinnoi 提交者: GitHub

Fix ICorDebugFunction2::GetVersionNumber for arm32. (#69901)

上级 0d0fd755
......@@ -1518,6 +1518,9 @@ DebuggerJitInfo * DebuggerMethodInfo::FindJitInfo(MethodDesc * pMD,
}
CONTRACTL_END;
#ifdef TARGET_ARM
addrNativeStartAddr = addrNativeStartAddr|THUMB_CODE;
#endif
DebuggerJitInfo * pCheck = m_latestJitInfo;
while (pCheck != NULL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册