File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -1985,18 +1985,6 @@ class Module
1985
1985
return dac_cast<TADDR>(m_ModuleID);
1986
1986
}
1987
1987
1988
- SIZE_T * GetAddrModuleID ()
1989
- {
1990
- LIMITED_METHOD_CONTRACT;
1991
- return (SIZE_T*) &m_ModuleID;
1992
- }
1993
-
1994
- static SIZE_T GetOffsetOfModuleID ()
1995
- {
1996
- LIMITED_METHOD_CONTRACT;
1997
- return offsetof (Module, m_ModuleID);
1998
- }
1999
-
2000
1988
PTR_DomainLocalModule GetDomainLocalModule ();
2001
1989
2002
1990
// LoaderHeap for storing IJW thunks
Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ class ILStubState : public StubState
959
959
if (pTargetMD)
960
960
{
961
961
pTargetMD->GetMethodInfoWithNewSig (strNamespaceOrClassName, strMethodName, strMethodSignature);
962
- uModuleId = (UINT64)pTargetMD-> GetModule ()-> GetAddrModuleID ();
962
+ uModuleId = (UINT64)(TADDR)pTargetMD-> GetModule_NoLogging ();
963
963
}
964
964
965
965
//
You can’t perform that action at this time.
0 commit comments