SWDEV-291787 - Fix Windows build

Change-Id: I1b97a1100e4c498f53aaad7157f21d0c5f8a130d


[ROCm/clr commit: 0a59c9c4c3]
Этот коммит содержится в:
Vladislav Sytchenko
2021-07-19 18:58:45 -04:00
коммит произвёл Maneesh Gupta
родитель f0ec01f657
Коммит b67329da52
+1 -1
Просмотреть файл
@@ -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) {