SPU reservations (TSX): Remove wait flag in PUTQLLUC

This commit is contained in:
Eladash
2020-05-17 08:59:49 +03:00
committed by Ivan
parent 37df3c6f96
commit a2653532ef
+2
View File
@@ -1713,6 +1713,8 @@ void spu_thread::do_putlluc(const spu_mfc_cmd& args)
mov_rdata(vm::_ref<decltype(rdata)>(addr), to_write);
vm::reservation_acquire(addr, 128) += 64;
}
+test_stopped();
}
else
{