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 MSVC warning '~': zero extending 'u32' to 'u64' #9856

Merged
merged 1 commit into from Jun 29, 2021

Conversation

JosJuice
Copy link
Member

While the third parameter of ANDI2R is u64, the upper half of it does not get read if we're emitting a 32-bit instruction (which we are doing here).

While the third parameter of ANDI2R is u64, the upper half of
it does not get read if we're emitting a 32-bit instruction
(which we are doing here).
@Tilka Tilka merged commit 6320861 into dolphin-emu:master Jun 29, 2021
11 checks passed
@JosJuice JosJuice deleted the jitarm64-msvc-warning branch June 29, 2021 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants