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

JitArm64: Fix false positive "turned singles into doubles" asserts #9478

Merged
merged 1 commit into from Jan 27, 2021

Conversation

JosJuice
Copy link
Member

Fixes a regression from PR #9472.

@@ -219,7 +221,7 @@ void JitArm64::fselx(UGeckoInstruction inst)
const u32 d = inst.FD;

const bool a_single = fpr.IsSingle(a, true);
if (fpr.IsSingle(a, true))
if (a_single)
Copy link
Member Author

Choose a reason for hiding this comment

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

This is not a functional change, but all the other changes are.

@degasus degasus merged commit 7290cd0 into dolphin-emu:master Jan 27, 2021
10 checks passed
@JosJuice JosJuice deleted the double-assert-attempt-2 branch January 27, 2021 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants