sys_spu: fixup raw spu destroy regression

Caused a missed cpu_thread::state notification which is required now.
This commit is contained in:
Elad Ashkenazi 2022-10-06 10:48:11 +03:00 committed by Ivan
parent 4d24ba1f35
commit cb743da215

View File

@ -2346,7 +2346,6 @@ error_code raw_spu_destroy(ppu_thread& ppu, u32 id)
}
// Stop thread
thread.state += cpu_flag::exit;
thread = thread_state::aborting;
return true;
});