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

Removes unused argument in Helper_UpdateCR1. #314

Merged
merged 1 commit into from Apr 27, 2014

Conversation

Sonicadvance1
Copy link
Contributor

Interpreter::Helper_UpdateCR1 doesn't use the argument passed to UpdateCR1. It pulls its value from the FPSCR register.
Also there was a Interpreter::Helper_UpdateCR1(float) in addition to Helper_UpdateCR1(double) that hasn't ever existed. Remove the function
declaration.

Interpreter::Helper_UpdateCR1 doesn't use the argument passed to UpdateCR1. It pulls its value from the FPSCR register.
Also there was a Interpreter::Helper_UpdateCR1(float) in addition to Helper_UpdateCR1(double) that hasn't ever existed. Remove the function
declaration.
@Tilka
Copy link
Member

Tilka commented Apr 25, 2014

@dolphin-emu-bot rebuild

@Tilka
Copy link
Member

Tilka commented Apr 25, 2014

lgtm

delroth added a commit that referenced this pull request Apr 27, 2014
Removes unused argument in Helper_UpdateCR1.
@delroth delroth merged commit 8bf2a33 into dolphin-emu:master Apr 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants