Skip to content

Commit

Permalink
Merge pull request #2191 from magumagu/mmio-typo
Browse files Browse the repository at this point in the history
Fix typo in usage of IsOptimizableMMIOAccess.
  • Loading branch information
Sonicadvance1 committed Mar 8, 2015
2 parents d34e908 + 859c112 commit d6c6d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PowerPC/JitCommon/Jit_Util.cpp
Expand Up @@ -312,7 +312,7 @@ void EmuCodeBlock::SafeLoadToReg(X64Reg reg_value, const Gen::OpArg & opAddress,
if (accessSize != 64 && mmioAddress)
{
MMIOLoadToReg(Memory::mmio_mapping, reg_value, registersInUse,
address, accessSize, signExtend);
mmioAddress, accessSize, signExtend);
return;
}

Expand Down

0 comments on commit d6c6d36

Please sign in to comment.