mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
sys_spu: reset group exit status in sys_spu_thread_group_start
This commit is contained in:
parent
09797c3584
commit
bd61347b21
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ error_code sys_spu_thread_group_start(ppu_thread& ppu, u32 id)
|
||||||
const u32 max_threads = group->max_run;
|
const u32 max_threads = group->max_run;
|
||||||
|
|
||||||
group->join_state = 0;
|
group->join_state = 0;
|
||||||
|
group->exit_status = 0;
|
||||||
group->running = max_threads;
|
group->running = max_threads;
|
||||||
group->set_terminate = false;
|
group->set_terminate = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue