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

DSP/Jit: Explicitly specify scratch register for Update_SR_Register #5084

Merged
merged 1 commit into from Mar 17, 2017

Conversation

merryhime
Copy link
Contributor

There were cases when val was rdx and thus was being clobbered as rdx was implicitly used as a scratch register.

This did not seem like correct behaviour.

There were cases when the value register was RDX and thus was being
clobbered as RDX was implictly used as a scratch register.
@pierrewillenbrock
Copy link

I may or may not have a patch for that in my fork. Anyway, looks good to me.

@degasus degasus merged commit b7ba391 into dolphin-emu:master Mar 17, 2017
@merryhime merryhime deleted the Update_SR_Register branch March 17, 2017 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants