mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Update vm_native.cpp
This commit is contained in:
parent
7866dc2e34
commit
9ed2ceff93
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ namespace utils
|
|||
|
||||
const u64 map_size = s_is_mapping.size();
|
||||
|
||||
for (u64 i = map_size; i != umax; i--)
|
||||
for (u64 i = map_size - 1; i != umax; i--)
|
||||
{
|
||||
auto& info = s_is_mapping[i];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue