mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
SPU LLVM/ASMJIT: remove minor unnecessary code
This commit is contained in:
parent
43ae4b3f33
commit
a921af1e96
2 changed files with 0 additions and 11 deletions
|
@ -1347,15 +1347,6 @@ void spu_recompiler::STOP(spu_opcode_t op)
|
|||
c->jmp(label_stop);
|
||||
m_pos = -1;
|
||||
}
|
||||
else
|
||||
{
|
||||
Label label_next = c->newLabel();
|
||||
c->cmp(SPU_OFF_32(state), 0);
|
||||
c->jz(label_next);
|
||||
c->mov(*arg0, *cpu);
|
||||
c->call(imm_ptr(&check_state));
|
||||
c->bind(label_next);
|
||||
}
|
||||
}
|
||||
|
||||
void spu_recompiler::LNOP(spu_opcode_t op)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue