Skip to content

Commit a6c761a

Browse files
jkotasCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 38883f6 commit a6c761a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/coreclr/tools/ILVerification/ILImporter.Verify.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,6 +2827,7 @@ void ReportInvalidInstruction(ILOpcode opcode)
28272827
void ReportInvalidExceptionRegion()
28282828
{
28292829
VerificationError(VerifierError.EHClauseOutOfRange);
2830+
AbortMethodVerification();
28302831
}
28312832

28322833
//

0 commit comments

Comments
 (0)