Skip to content

Commit 0ed71cd

Browse files
authored
[interp] Fix compile failures causing silent fallback to JIT (#119775)
Fix interpreter compile failures causing silent fallback to JIT, so that unsupported code causes a runtime exception instead
1 parent 3fc2c4a commit 0ed71cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/coreclr/vm/jitinterface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12912,7 +12912,6 @@ static CorJitResult invokeCompileMethod(EECodeGenManager *jitMgr,
1291212912
if (FAILED(ret))
1291312913
{
1291412914
comp->ResetForJitRetry();
12915-
ret = CORJIT_SKIPPED;
1291612915
}
1291712916
}
1291812917

0 commit comments

Comments
 (0)