Fix typo in usage of IsOptimizableMMIOAccess.

This commit is contained in:
magumagu 2015-03-08 16:20:17 -07:00
parent d34e908c4e
commit 859c1123ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}