mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12: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)
|
if (result)
|
||||||
{
|
{
|
||||||
res.release(old_time + 128);
|
res.release(old_time + 128);
|
||||||
vm::reservation_notifier(addr, sizeof(u64)).notify_all();
|
vm::reservation_notifier(addr, sizeof(T)).notify_all();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue