Disable PUTLLC16 again

This commit is contained in:
Elad Ashkenazi 2024-07-07 12:23:06 +03:00
parent 8333830bd7
commit 7f8eec9dca
2 changed files with 6 additions and 1 deletions

View file

@ -1235,7 +1235,7 @@ class spu_llvm_recompiler : public spu_recompiler_base, public cpu_translator
rsx::reservation_lock rsx_lock(raddr, 128);
// Touch memory
vm::_ref<atomic_t<u8>>(dest ^ (4096 / 2)).compare_and_swap_test(0, 0);
utils::trigger_write_page_fault(vm::base(dest ^ (4096 / 2)));
auto [old_res, ok] = res.fetch_op([&](u64& rval)
{