mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
vm: Remove vm::dealloc_verbose_nothrow
This commit is contained in:
parent
ea916fd7e1
commit
e4c3b1c2bd
9 changed files with 23 additions and 36 deletions
|
@ -1690,7 +1690,7 @@ spu_thread::~spu_thread()
|
|||
if (!group)
|
||||
{
|
||||
// Deallocate local storage (thread groups are handled in sys_spu.cpp)
|
||||
vm::dealloc_verbose_nothrow(RAW_SPU_BASE_ADDR + RAW_SPU_OFFSET * index, vm::spu);
|
||||
ensure(vm::dealloc(RAW_SPU_BASE_ADDR + RAW_SPU_OFFSET * index, vm::spu));
|
||||
}
|
||||
|
||||
// Release LS mirrors area
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue