mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
cellAtrac draft
sys_spu_thread_group_resume Some bugs fixed
This commit is contained in:
parent
169fcd098b
commit
d0ea397492
14 changed files with 113 additions and 45 deletions
|
@ -58,7 +58,7 @@ void CPUThread::CloseStack()
|
|||
{
|
||||
if(m_stack_addr)
|
||||
{
|
||||
Memory.Free(m_stack_addr);
|
||||
Memory.StackMem.Free(m_stack_addr);
|
||||
m_stack_addr = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue