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

Jits: Fix interpreter fallback handling of discarded registers #9644

Merged
merged 1 commit into from Apr 25, 2021

Conversation

JosJuice
Copy link
Member

When the interpreter writes to a discarded register, its type must be changed so that it is no longer considered discarded.

Fixes a PR #9351 regression.

Copy link
Contributor

@JMC47 JMC47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes the issue

When the interpreter writes to a discarded register, its type
must be changed so that it is no longer considered discarded.

Fixes a 62ce1c7 regression.
@leoetlino leoetlino merged commit aa3a96f into dolphin-emu:master Apr 25, 2021
10 checks passed
@JosJuice JosJuice deleted the jit-fallback-discard branch April 25, 2021 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants