Skip to content

Commit 7f76e8b

Browse files
committed
Fix release build
1 parent f0cd70c commit 7f76e8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/coreclr/interpreter/compiler.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ void InterpCompiler::EmitCode()
866866
m_compHnd->setBoundaries(m_methodInfo->ftn, m_ILToNativeMapSize, m_pILToNativeMap);
867867
}
868868

869+
#ifdef FEATURE_INTERPRETER
869870
class InterpGcSlotAllocator
870871
{
871872
InterpCompiler *m_compiler;
@@ -953,6 +954,7 @@ class InterpGcSlotAllocator
953954
m_encoder->SetSlotState(endOffset, slot, GC_SLOT_DEAD);
954955
}
955956
};
957+
#endif
956958

957959
void InterpCompiler::BuildGCInfo(InterpMethod *pInterpMethod)
958960
{

0 commit comments

Comments
 (0)