SPU LLVM/ASMJIT: remove minor unnecessary code

This commit is contained in:
Nekotekina 2019-05-16 00:52:52 +03:00
parent 43ae4b3f33
commit a921af1e96
2 changed files with 0 additions and 11 deletions

View File

@ -1347,15 +1347,6 @@ void spu_recompiler::STOP(spu_opcode_t op)
c->jmp(label_stop); c->jmp(label_stop);
m_pos = -1; 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) void spu_recompiler::LNOP(spu_opcode_t op)

View File

@ -5124,8 +5124,6 @@ public:
tail_chunk(m_dispatch); tail_chunk(m_dispatch);
return; return;
} }
check_state(m_pos + 4);
} }
void STOPD(spu_opcode_t op) // void STOPD(spu_opcode_t op) //