mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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;
|
||||
}
|
||||
|
||||
ext_size = 0;
|
||||
#endif
|
||||
|
||||
if (!s_tls_wait_cb(data, 0, 0))
|
||||
|
|
Loading…
Add table
Reference in a new issue