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
|
// Stop thread
|
||||||
thread.state += cpu_flag::exit;
|
|
||||||
thread = thread_state::aborting;
|
thread = thread_state::aborting;
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user