Skip to content

Commit 6973365

Browse files
committed
Fix build on CI
1 parent ad9d8b5 commit 6973365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/coreclr/interpreter/compiler.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,8 +2849,10 @@ void InterpCompiler::EmitCall(CORINFO_RESOLVED_TOKEN* pConstrainedToken, bool re
28492849
}
28502850
}
28512851

2852+
#if DEBUG
28522853
if (InterpConfig.InterpHaltOnCall().contains(m_compHnd, resolvedCallToken.hMethod, resolvedCallToken.hClass, nullptr))
28532854
assert(!"HaltOnCall");
2855+
#endif
28542856
}
28552857

28562858
if (newObj && (callInfo.classFlags & CORINFO_FLG_VAROBJSIZE))

0 commit comments

Comments
 (0)