mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
Fixup
This commit is contained in:
parent
fcc75c8b0f
commit
230c3d55b6
1 changed files with 1 additions and 1 deletions
|
@ -2400,7 +2400,7 @@ namespace rsx
|
||||||
// Each bit represents io entry to be unmapped
|
// Each bit represents io entry to be unmapped
|
||||||
u64 unmap_status[512 / 64]{};
|
u64 unmap_status[512 / 64]{};
|
||||||
|
|
||||||
for (u32 ea = address >> 20, end = ea + size >> 20; ea < end; ea++)
|
for (u32 ea = address >> 20, end = ea + (size >> 20); ea < end; ea++)
|
||||||
{
|
{
|
||||||
u32 io = RSXIOMem.io[ea];
|
u32 io = RSXIOMem.io[ea];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue