mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Fix lf_queue::wait
Remove incorrect loop
This commit is contained in:
parent
223319dd2e
commit
c9170bbb88
@ -357,7 +357,7 @@ public:
|
|||||||
|
|
||||||
void wait() noexcept
|
void wait() noexcept
|
||||||
{
|
{
|
||||||
while (m_head == 0)
|
if (m_head == 0)
|
||||||
{
|
{
|
||||||
m_head.wait(0);
|
m_head.wait(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user