mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Fixup atomic wait (Linux)
This commit is contained in:
parent
01a05502e8
commit
384c807d6a
1 changed files with 2 additions and 0 deletions
|
@ -914,6 +914,8 @@ atomic_wait_engine::wait(const void* data, u32 old_value, u64 timeout, atomic_wa
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ext_size = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!s_tls_wait_cb(data, 0, 0))
|
if (!s_tls_wait_cb(data, 0, 0))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue