mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fix SPU ASMJIT for SSE2 CPUs
This commit is contained in:
parent
b0cc1cf472
commit
cd92d9bcdf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue