diff --git a/src/coreclr/vm/amd64/asmconstants.h b/src/coreclr/vm/amd64/asmconstants.h index d22f5d93a12639..d5b2ac6e90bff0 100644 --- a/src/coreclr/vm/amd64/asmconstants.h +++ b/src/coreclr/vm/amd64/asmconstants.h @@ -569,7 +569,11 @@ ASMCONSTANTS_C_ASSERT(OFFSETOF__ThreadLocalInfo__m_pThread == offsetof(ThreadLoc ASMCONSTANTS_C_ASSERT(OFFSETOF__InterpMethod__pCallStub == offsetof(InterpMethod, pCallStub)) #ifdef TARGET_UNIX +#ifdef _DEBUG #define OFFSETOF__Thread__m_pInterpThreadContext 0xb08 +#else +#define OFFSETOF__Thread__m_pInterpThreadContext 0x2a0 +#endif #else // TARGET_UNIX #define OFFSETOF__Thread__m_pInterpThreadContext 0xb60 #endif // TARGET_UNIX