mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
atomic.hpp: add atomic wait mask support
This commit is contained in:
parent
c59cb1bdd3
commit
2fc8844315
3 changed files with 16 additions and 15 deletions
|
@ -2394,7 +2394,7 @@ s64 spu_thread::get_ch_value(u32 ch)
|
|||
return -1;
|
||||
}
|
||||
|
||||
vm::reservation_notifier(raddr, 128).wait(rtime, atomic_wait_timeout{30000});
|
||||
vm::reservation_notifier(raddr, 128).wait<UINT64_MAX & -128>(rtime, atomic_wait_timeout{30000});
|
||||
}
|
||||
|
||||
check_state();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue