mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
Fix typo in usage of IsOptimizableMMIOAccess.
This commit is contained in:
parent
d34e908c4e
commit
859c1123ba
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ void EmuCodeBlock::SafeLoadToReg(X64Reg reg_value, const Gen::OpArg & opAddress,
|
||||||
if (accessSize != 64 && mmioAddress)
|
if (accessSize != 64 && mmioAddress)
|
||||||
{
|
{
|
||||||
MMIOLoadToReg(Memory::mmio_mapping, reg_value, registersInUse,
|
MMIOLoadToReg(Memory::mmio_mapping, reg_value, registersInUse,
|
||||||
address, accessSize, signExtend);
|
mmioAddress, accessSize, signExtend);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue