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

JitIL: fix carry computation for srawi. #272

Merged
merged 1 commit into from Apr 14, 2014

Conversation

magumagu
Copy link
Contributor

The carry computation needs to be based on the input value, not the output of the shift.

Fixes http://code.google.com/p/dolphin-emu/issues/detail?id=1939, and a small homebrew test involving code like "int f(int a) { return a / 4; }".

The carry computation needs to be based on the input value, not the output
of the shift.
@Sonicadvance1
Copy link
Contributor

LGTM

@Tilka
Copy link
Member

Tilka commented Apr 14, 2014

lgtm

Sonicadvance1 added a commit that referenced this pull request Apr 14, 2014
JitIL: fix carry computation for srawi.
@Sonicadvance1 Sonicadvance1 merged commit 3910437 into dolphin-emu:master Apr 14, 2014
@magumagu magumagu deleted the jitil-fix-srawi branch April 18, 2014 20:17
Joern-P pushed a commit to Joern-P/dolphin that referenced this pull request Mar 16, 2023
Show proper labels when GC controller is used on ports 1-4 in Wii mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants