mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 12:34:37 +00:00
Clang
This commit is contained in:
parent
072401e28c
commit
677ae6663b
@ -475,8 +475,8 @@ void MemoryManager::PoolDecommit(VAddr virtual_addr, size_t size) {
|
|||||||
|
|
||||||
if (vma_base.type != VMAType::Reserved && type != VMAType::PoolReserved) {
|
if (vma_base.type != VMAType::Reserved && type != VMAType::PoolReserved) {
|
||||||
// Unmap the memory region.
|
// Unmap the memory region.
|
||||||
impl.Unmap(vma_base_addr, vma_base_size, start_in_vma, start_in_vma + size, phys_base, is_exec,
|
impl.Unmap(vma_base_addr, vma_base_size, start_in_vma, start_in_vma + size, phys_base,
|
||||||
false, false);
|
is_exec, false, false);
|
||||||
TRACK_FREE(virtual_addr, "VMEM");
|
TRACK_FREE(virtual_addr, "VMEM");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user