Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono][interp] Don't assert when encountering invalid IL opcode #59334

Merged
merged 2 commits into from
Sep 21, 2021

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Sep 20, 2021

Throw exception instead.

Fixes #54372

@ghost
Copy link

ghost commented Sep 20, 2021

Tagging subscribers to this area: @BrzVlad
See info in area-owners.md if you want to be subscribed.

Issue Details

Throw exception instead.

Fixes #54372

Author: BrzVlad
Assignees: -
Labels:

area-Codegen-Interpreter-mono

Milestone: -

@BrzVlad BrzVlad force-pushed the fix-interp-invalid-opcode branch from ad3c309 to a019bf1 Compare September 20, 2021 16:16
@BrzVlad BrzVlad merged commit 5ba7854 into dotnet:main Sep 21, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MONO][Interp] transform.c: Unimplemented opcode: ee at 0x0
2 participants