mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-19 03:39:54 +00:00
SPU LLVM/ASMJIT: remove minor unnecessary code
This commit is contained in:
parent
43ae4b3f33
commit
a921af1e96
@ -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)
|
||||
|
@ -5124,8 +5124,6 @@ public:
|
||||
tail_chunk(m_dispatch);
|
||||
return;
|
||||
}
|
||||
|
||||
check_state(m_pos + 4);
|
||||
}
|
||||
|
||||
void STOPD(spu_opcode_t op) //
|
||||
|
Loading…
x
Reference in New Issue
Block a user