Address review comments

This commit is contained in:
kd-11 2024-08-08 02:37:46 +03:00 committed by kd-11
parent fa7e0e4758
commit 1200bbe7cc
7 changed files with 21 additions and 31 deletions

View file

@ -3548,7 +3548,7 @@ static bool ppu_store_reservation(ppu_thread& ppu, u32 addr, u64 reg_value)
if (notify)
{
bool notified = false;
bool notified = false;
if (ppu.res_notify_time == (vm::reservation_acquire(notify) & -128))
{