Skip to content

Commit b3ba6ec

Browse files
committed
[DO NOT MERGE] For Test
1 parent a5e1bd5 commit b3ba6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coreclr/interpreter/eeinterp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ CorJitResult CILInterp::compileMethod(ICorJitInfo* compHnd,
5050

5151
bool doInterpret = false;
5252

53-
if ((g_interpModule != NULL) && (methodInfo->scope == g_interpModule))
54-
doInterpret = true;
53+
// if ((g_interpModule != NULL) && (methodInfo->scope == g_interpModule))
54+
// doInterpret = true;
5555

5656
{
5757
switch (InterpConfig.InterpMode())

0 commit comments

Comments
 (0)