mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Fix lf_queue::wait
Remove incorrect loop
This commit is contained in:
parent
223319dd2e
commit
c9170bbb88
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ public:
|
|||
|
||||
void wait() noexcept
|
||||
{
|
||||
while (m_head == 0)
|
||||
if (m_head == 0)
|
||||
{
|
||||
m_head.wait(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue