utils::shm: Hotfix after #9578
This commit is contained in:
@@ -374,6 +374,10 @@ namespace utils
|
|||||||
// Mapped already, nothing to do.
|
// Mapped already, nothing to do.
|
||||||
this->unmap(mapped);
|
this->unmap(mapped);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ptr = mapped;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return static_cast<u8*>(ptr);
|
return static_cast<u8*>(ptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user