mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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
|
|
@ -58,7 +58,7 @@ static void ppu_free_tls(u32 addr)
|
|||
if (addr < s_tls_area || i >= s_tls_max || (addr - s_tls_area) % s_tls_size)
|
||||
{
|
||||
// Alternative TLS allocation detected
|
||||
vm::dealloc_verbose_nothrow(addr, vm::main);
|
||||
ensure(vm::dealloc(addr, vm::main));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue