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

MMU: Don't truncate 64-bit values when calling Memcheck() #10075

Merged
merged 2 commits into from Aug 31, 2021

Conversation

lioncash
Copy link
Member

Previously in Read_U64 and Write_U64 the value that was read or written would be truncated to a 32-bit value before being passed off to the memcheck handler, which can result in incorrect values being logged out.

Lets us unindent code a little bit.
Previously in Read_U64 and Write_U64 the value that was read or written
would be truncated to a 32-bit value before being passed off to the
memcheck handler, which can result in incorrect values being logged out.
@leoetlino leoetlino merged commit ef358a1 into dolphin-emu:master Aug 31, 2021
11 checks passed
@lioncash lioncash deleted the memcheck branch August 31, 2021 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants