sys_spu_thread_group_join fix

This commit is contained in:
Nekotekina 2014-08-17 18:46:21 +04:00
parent 50fb51dd0d
commit e1ac43e1b8

View file

@ -457,6 +457,7 @@ s32 sys_spu_thread_group_join(u32 id, mem32_t cause, mem32_t status)
}
}
group_info->m_state = SPU_THREAD_GROUP_STATUS_INITIALIZED;
group_info->lock = 0; // release lock TODO: this LOCK may be replaced.
return CELL_OK;
}