Skip to content

Commit 1361187

Browse files
committed
Added missing #ifdef
1 parent 41c278f commit 1361187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/coreclr/vm/codeman.h

+2
Original file line numberDiff line numberDiff line change
@@ -2962,12 +2962,14 @@ class EECodeInfo
29622962

29632963
};
29642964

2965+
#ifdef FEATURE_INTERPRETER
29652966
inline void * InterpreterJitManager::GetCodeHeader(const METHODTOKEN& MethodToken)
29662967
{
29672968
LIMITED_METHOD_DAC_CONTRACT;
29682969
_ASSERTE(!MethodToken.IsNull());
29692970
return dac_cast<PTR_InterpreterCodeHeader>(MethodToken.m_pCodeHeader);
29702971
}
2972+
#endif // FEATURE_INTERPRETER
29712973

29722974
#include "codeman.inl"
29732975

0 commit comments

Comments
 (0)