mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-05 00:00:56 +01:00
sys_spu: reset group exit status in sys_spu_thread_group_start
This commit is contained in:
parent
09797c3584
commit
bd61347b21
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue