mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Some fixes
This commit is contained in:
parent
0a0ccb54bf
commit
ffa258d334
4 changed files with 56 additions and 69 deletions
|
@ -13,10 +13,7 @@ struct reservation_struct
|
|||
// and doesn't give a chance to finish some work before losing the reservation
|
||||
u32 owner; // id of thread that got reservation
|
||||
u64 addr;
|
||||
u32 size;
|
||||
u32 data32;
|
||||
u64 data64;
|
||||
u128 data[8];
|
||||
u64 data[16];
|
||||
|
||||
__forceinline void clear()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue