fixed typo in NOR

This commit is contained in:
zilmar 2012-10-03 09:17:13 +10:00
parent 2b83842076
commit 0eacb90197
1 changed files with 1 additions and 1 deletions

View File

@ -3184,7 +3184,7 @@ void CRecompilerOps::SPECIAL_NOR (void) {
if (IsMapped(m_Opcode.rd))
{
if (Is64Bit(m_Opcode.rs))
if (Is64Bit(m_Opcode.rd))
{
NotX86Reg(cMipsRegMapHi(m_Opcode.rd));
}