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

Fix a typo in a function prototype in PowerPCDisasm.h #459

Merged
merged 1 commit into from Jun 8, 2014

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Jun 4, 2014

Should have been GetGPRName, not GetGRPName.

Also added GetFPRName to the PowerPCDisasm header for consistency.

Yes this modifies an external, however PowerPCDisasm isn't actually a part of Bochs. It's just grouped in with it.

Should be GetGPRName not GetGRPName.

Removed an unnecessary extern declaration of GetGRPName in RegisterWindow.cpp.

Also added GetFPRName to the PowerPCDisasm header for consistency.
@delroth
Copy link
Member

delroth commented Jun 4, 2014

At this point I'm really not sure why Bochs_disasm is in Externals. Anyone opposed to moving it to Common/?

@BhaaLseN
Copy link
Member

BhaaLseN commented Jun 4, 2014

Why was it referenced in RegisterWindow.cpp anyways? It wasn't used there as far as I can see...

@lioncash
Copy link
Member Author

lioncash commented Jun 4, 2014

@BhaaLseN I'm guessing it was a remnant from a refactor a long time ago or something.

@delroth I'm fine with moving it over considering how modified this version of Bochs is. I'll do the move over as well if it's agreed upon that we move it.

@delroth
Copy link
Member

delroth commented Jun 8, 2014

Moving Bochs disassembler SGTM.

delroth added a commit that referenced this pull request Jun 8, 2014
Fix a typo in a function prototype in PowerPCDisasm.h
@delroth delroth merged commit b79482a into dolphin-emu:master Jun 8, 2014
@lioncash lioncash deleted the prototype-typo branch June 8, 2014 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants