cellAtrac draft

sys_spu_thread_group_resume
Some bugs fixed
This commit is contained in:
Nekotekina 2014-03-22 15:08:07 +04:00
parent 169fcd098b
commit d0ea397492
14 changed files with 113 additions and 45 deletions

View file

@ -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;
}