SLT 32 bit core should always only do a 32 bit comparison

This commit is contained in:
zilmar 2012-09-29 06:11:16 +10:00
parent f0c7291cd7
commit 9a5865fea7
1 changed files with 1 additions and 1 deletions

View File

@ -3343,7 +3343,7 @@ void CRecompilerOps::SPECIAL_SLT (void) {
DWORD UnknownReg = IsKnown(m_Opcode.rt)?m_Opcode.rs:m_Opcode.rt;
BYTE *Jump[2];
if (Is64Bit(KnownReg) || !b32BitCore())
if (!b32BitCore())
{
if (Is64Bit(KnownReg)) {
if (IsConst(KnownReg)) {