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: Pass 32-bit temp GPR to WriteConditionalExceptionExit #10828

Merged
merged 1 commit into from Aug 3, 2022

Conversation

JosJuice
Copy link
Member

@JosJuice JosJuice commented Jul 9, 2022

If a 64-bit register is passed to WriteConditionalExceptionExit, the LDR instruction in it will read too much data. This seems to be harmless right now, but causes problem in one of my PRs.

If a 64-bit register is passed to WriteConditionalExceptionExit,
the LDR instruction in it will read too much data. This seems
to be harmless right now, but causes problem in one of my PRs.
@lioncash lioncash merged commit 27669fc into dolphin-emu:master Aug 3, 2022
11 checks passed
@JosJuice JosJuice deleted the jitarm64-32-bit-exception branch August 3, 2022 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants