mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Compare commits
2 commits
79fb9dd546
...
5019ff38b2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5019ff38b2 | ||
|
|
e411990941 |
|
|
@ -34,7 +34,7 @@ namespace vm
|
|||
void reservation_update(u32 addr);
|
||||
std::pair<bool, u64> try_reservation_update(u32 addr);
|
||||
|
||||
struct reservation_waiter_t
|
||||
struct alignas(8) reservation_waiter_t
|
||||
{
|
||||
u32 wait_flag = 0;
|
||||
u32 waiters_count = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue