mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-21 13:20:56 +00:00
Fix SPU ASMJIT for SSE2 CPUs
This commit is contained in:
parent
b0cc1cf472
commit
cd92d9bcdf
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user