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

Jit: Use correct address when checking fifoWriteAddresses #12178

Merged
merged 1 commit into from Sep 10, 2023

Conversation

JosJuice
Copy link
Member

We need to check for the address of the previous instruction, because checking fifoWriteAddresses happens not at the end of the instruction that triggered it but at the start of the next instruction.

We need to check for the address of the *previous* instruction, because
checking fifoWriteAddresses happens not at the end of the instruction
that triggered it but at the start of the next instruction.
@AdmiralCurtiss AdmiralCurtiss merged commit d16bedd into dolphin-emu:master Sep 10, 2023
11 checks passed
@JosJuice JosJuice deleted the jit-gp-pc branch September 10, 2023 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants