minor ppu fixup

does not affect anything except consistency.
This commit is contained in:
Eladash 2020-04-13 21:54:19 +03:00 committed by Ivan
parent ec1e82bc9d
commit 63be05d5d3
1 changed files with 1 additions and 1 deletions

View File

@ -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
{