未验证 提交 9a07579e 编写于 作者: C Charles Stoner 提交者: GitHub

Merge pull request #28072 from chuckries/nativeOffset

Resolve function to native offset uint.MaxValue
......@@ -157,7 +157,7 @@ internal sealed override Guid GetLanguageId(DkmRuntimeFunctionResolutionRequest
module.RuntimeInstance,
module,
new DkmClrMethodId(Token: token, Version: (uint)version),
NativeOffset: 0,
NativeOffset: uint.MaxValue,
ILOffset: (uint)ilOffset,
CPUInstruction: null);
// Use async overload of OnFunctionResolved to avoid deadlock.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册