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 signed bitwise left shift UB #9346

Merged
merged 2 commits into from Dec 26, 2020

Conversation

Sintendo
Copy link
Member

As pointed out by @MerryMage in PR #9262, signed bitwise left shift invokes UB when shifting a negative value.

Signed bitwise left shift invokes UB when shifting a negative value.
Signed bitwise left shift invokes UB when shifting a negative value.
@Sintendo Sintendo changed the title JitArm64: Fix undefined behavior JitArm64: Fix signed bitwise left shift UB Dec 21, 2020
@leoetlino leoetlino merged commit dcc313f into dolphin-emu:master Dec 26, 2020
10 checks passed
@Sintendo Sintendo deleted the jitarm64ub branch December 26, 2020 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants