mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
atomic.cpp: remove tiny redundancy
This commit is contained in:
parent
984e97cbdc
commit
3dd48a24ce
2 changed files with 1 additions and 4 deletions
|
|
@ -746,7 +746,7 @@ namespace atomic_wait
|
|||
}
|
||||
|
||||
// Main hashtable for atomic wait.
|
||||
alignas(64) static atomic_wait::root_info s_hashtable[s_hashtable_size]{};
|
||||
static atomic_wait::root_info s_hashtable[s_hashtable_size]{};
|
||||
|
||||
u64 atomic_wait::get_unique_tsc()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue