mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
SPU: Remove outdated assertation
This commit is contained in:
parent
5784ffc972
commit
f1f93b8f81
1 changed files with 0 additions and 2 deletions
|
@ -4476,8 +4476,6 @@ bool spu_thread::stop_and_signal(u32 code)
|
|||
{
|
||||
if (is_stopped(old))
|
||||
{
|
||||
// The thread group cannot be stopped while waiting for an event
|
||||
ensure(!(old & cpu_flag::stop));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue