mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
minor ppu fixup
does not affect anything except consistency.
This commit is contained in:
parent
ec1e82bc9d
commit
63be05d5d3
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ static bool ppu_store_reservation(ppu_thread& ppu, u32 addr, T reg_value)
|
|||
if (result)
|
||||
{
|
||||
res.release(old_time + 128);
|
||||
vm::reservation_notifier(addr, sizeof(u64)).notify_all();
|
||||
vm::reservation_notifier(addr, sizeof(T)).notify_all();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue