mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
vm_native: document some unmap_critical behaviour (posix)
This commit is contained in:
parent
c061991c43
commit
7a9561b966
2 changed files with 5 additions and 0 deletions
|
|
@ -923,7 +923,9 @@ namespace vm
|
|||
else
|
||||
{
|
||||
shm->unmap_critical(g_base_addr + addr);
|
||||
#ifdef _WIN32
|
||||
shm->unmap_critical(g_sudo_addr + addr);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (is_exec)
|
||||
|
|
@ -1148,7 +1150,9 @@ namespace vm
|
|||
if (m_common)
|
||||
{
|
||||
m_common->unmap_critical(vm::base(addr));
|
||||
#ifdef _WIN32
|
||||
m_common->unmap_critical(vm::get_super_ptr(addr));
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue