From: gbalykov Date: Wed, 31 May 2017 15:39:43 +0000 (+0300) Subject: Fix issues with RelativePointer instead of RelativeFixupPointer (dotnet/coreclr#12004) X-Git-Tag: submit/tizen/20210909.063632~11030^2~6925^2~592 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92d185796038c85fc9cfd623cee5a462e12ce507;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix issues with RelativePointer instead of RelativeFixupPointer (dotnet/coreclr#12004) Commit migrated from https://github.com/dotnet/coreclr/commit/3530e3f5751f4b0e12b8f45bf7fe2a2a309cfebb --- diff --git a/src/coreclr/src/vm/method.hpp b/src/coreclr/src/vm/method.hpp index 228ef0c..4b85357 100644 --- a/src/coreclr/src/vm/method.hpp +++ b/src/coreclr/src/vm/method.hpp @@ -3309,7 +3309,7 @@ public: LIMITED_METHOD_DAC_CONTRACT; _ASSERTE(IMD_IsWrapperStubWithInstantiations()); - return RelativePointer::GetValueAtPtr(PTR_HOST_MEMBER_TADDR(InstantiatedMethodDesc, this, m_pWrappedMethodDesc)); + return RelativeFixupPointer::GetValueAtPtr(PTR_HOST_MEMBER_TADDR(InstantiatedMethodDesc, this, m_pWrappedMethodDesc)); } #ifndef DACCESS_COMPILE