You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check uses of EEDebugInterface::GetFunctionAddress and see if we should return nondefault code addresses.
HasNativeCodeReJitAware is only checking if the active or default versions have native code. It's possible that a non-active, non-default version has code even if both the active and default versions do not.
Delete HasNativeCodeReJitAware and move its functionality to GetFunctionAddress.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.
Issue Details
HasNativeCodeReJitAware is only checking if the active or default versions have native code. It's possible that a non-active, non-default version has code even if both the active and default versions do not.
Check uses of EEDebugInterface::GetFunctionAddress and see if we should return nondefault code addresses.
HasNativeCodeReJitAware is only checking if the active or default versions have native code. It's possible that a non-active, non-default version has code even if both the active and default versions do not.
Delete HasNativeCodeReJitAware and move its functionality to GetFunctionAddress.
The text was updated successfully, but these errors were encountered: