sys_spu: reset group exit status in sys_spu_thread_group_start

This commit is contained in:
Eladash 2020-05-09 19:54:06 +03:00 committed by Ani
parent 09797c3584
commit bd61347b21

View File

@ -691,6 +691,7 @@ error_code sys_spu_thread_group_start(ppu_thread& ppu, u32 id)
const u32 max_threads = group->max_run;
group->join_state = 0;
group->exit_status = 0;
group->running = max_threads;
group->set_terminate = false;