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
|
|
@ -511,6 +511,7 @@ namespace utils
|
|||
return;
|
||||
}
|
||||
#else
|
||||
// This method is faster but leaves mapped remnants of the shm (until overwritten)
|
||||
ensure(::mprotect(target, m_size, PROT_NONE) != -1);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue