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 clang on x86_64. #1981

Merged
merged 1 commit into from Jan 29, 2015
Merged

Conversation

Sonicadvance1
Copy link
Contributor

If we are compiling in the CRC32 hash, clang has an issue with casting a s32 to a u64.
Change our lens argument to a unsigned integer to fix the issue.

If we are compiling in the CRC32 hash, clang has an issue with casting a s32 to a u64.
Change our lens argument to a unsigned integer to fix the issue.
@FioraAeterna
Copy link
Contributor

Looks sensible.

degasus added a commit that referenced this pull request Jan 29, 2015
@degasus degasus merged commit b0afc3d into dolphin-emu:master Jan 29, 2015
@Sonicadvance1 Sonicadvance1 deleted the fix_x86_64_clang branch January 29, 2015 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants