Skip to content

Commit

Permalink
Merge pull request dotnet#28072 from chuckries/nativeOffset
Browse files Browse the repository at this point in the history
Resolve function to native offset uint.MaxValue
  • Loading branch information
cston authored Jun 22, 2018
2 parents 99b5987 + 28bebef commit 9a07579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private static OnFunctionResolvedDelegate<DkmClrModuleInstance, DkmRuntimeFuncti
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.
Expand Down

0 comments on commit 9a07579

Please sign in to comment.