sys_spu: fixup raw spu destroy regression
Caused a missed cpu_thread::state notification which is required now.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user