SWDEV-291787 - Fix Windows build

Change-Id: I1b97a1100e4c498f53aaad7157f21d0c5f8a130d


[ROCm/clr commit: 0a59c9c4c3]
This commit is contained in:
Vladislav Sytchenko
2021-07-19 18:58:45 -04:00
committato da Maneesh Gupta
parent f0ec01f657
commit b67329da52
@@ -1725,7 +1725,7 @@ void VirtualGPU::submitUnmapMemory(amd::UnmapMemoryCommand& vcmd) {
// Map/unmap must be serialized
amd::ScopedLock lock(owner->lockMemoryOps());
memory->unmap(this);
if (memory->getMapount() == 0) {
if (memory->getMapCount() == 0) {
memory->setPersistentMapFlag(false);
}
} else if (memory->mapMemory() != nullptr) {