minor ppu fixup
does not affect anything except consistency.
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user