SWDEV-291787 - Fix Windows build

Change-Id: I1b97a1100e4c498f53aaad7157f21d0c5f8a130d
This commit is contained in:
Vladislav Sytchenko
2021-07-19 18:58:45 -04:00
committed by Maneesh Gupta
orang tua 84b971c7c1
melakukan 0a59c9c4c3
+1 -1
Melihat File
@@ -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) {