mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-10-03 06:39:10 +00:00
Improve raw_notify a bit
This commit is contained in:
parent
49610f52f5
commit
10caa2981f
3 changed files with 13 additions and 2 deletions
|
@ -311,6 +311,7 @@ class named_thread final : public Context, result_storage_t<Context>, thread_bas
|
|||
|
||||
if (_this->m_state >= thread_state::aborting)
|
||||
{
|
||||
_this->m_state_notifier.store(data);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue