mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[utils] area: fix unmap
This commit is contained in:
parent
0987da90f4
commit
23a1179473
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ public:
|
|||
|
||||
if (beginIt->first < beginAddress) {
|
||||
this->handleInvalidation(beginIt->first);
|
||||
mAreas.emplace(beginAddress, Kind::X);
|
||||
beginIt = mAreas.emplace(beginAddress, Kind::X).first;
|
||||
}
|
||||
|
||||
if (prevEnd > endAddress) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue