mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-10 01:34:41 -06:00
cpu: fix prefetch list
This commit is contained in:
parent
66de4022b1
commit
4ca0f0b11d
@ -1509,7 +1509,7 @@ bool cpu_thread::suspend_work::push(cpu_thread* _this) noexcept
|
||||
{
|
||||
for (u32 i = 0; i < work->prf_size; i++)
|
||||
{
|
||||
utils::prefetch_write(work->prf_list[0]);
|
||||
utils::prefetch_write(work->prf_list[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user