mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-19 06:05:46 +01:00
[utils] area: fix unmap
This commit is contained in:
parent
0987da90f4
commit
23a1179473
|
|
@ -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…
Reference in a new issue