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

Make MemoryUtil.cpp use the correct x86_64 define. #446

Merged
merged 1 commit into from Jun 2, 2014

Conversation

Sonicadvance1
Copy link
Contributor

MemoryUtil.cpp was incorrectly using the old x86_64 define when it should be using _M_X86_64.
It was also using _ARCH_64 when it shouldn't have which was causing an errant PanicAlert to come up in my development.

MemoryUtil.cpp was incorrectly using the old __x86_64__ define when it should be using _M_X86_64.
It was also using _ARCH_64 when it shouldn't have which was causing an errant PanicAlert to come up in my development.
@lioncash
Copy link
Member

lioncash commented Jun 2, 2014

Looks good to me.

delroth added a commit that referenced this pull request Jun 2, 2014
Make MemoryUtil.cpp use the correct x86_64 define.
@delroth delroth merged commit 1ef7dd6 into dolphin-emu:master Jun 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants