Fix SPU ASMJIT for SSE2 CPUs

This commit is contained in:
Nekotekina 2018-06-23 08:46:50 +03:00
parent b0cc1cf472
commit cd92d9bcdf

View File

@ -674,7 +674,7 @@ spu_function_t spu_recompiler::compile(std::vector<u32>&& func_rv)
// Perform bitwise comparison and accumulate
c->xorps(dest, x86::dqword_ptr(x86::rax, code_off));
if (first)
if (!first)
{
c->orps(reg0, dest);
}