Jit_Integer: Missed AndWithMask in rlwimix
This commit is contained in:
parent
e1024fc6ba
commit
946e1b9054
|
@ -1683,7 +1683,7 @@ void Jit64::rlwimix(UGeckoInstruction inst)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
RotateLeft(32, Ra, Rs, inst.SH);
|
RotateLeft(32, Ra, Rs, inst.SH);
|
||||||
AND(32, Ra, Imm32(mask));
|
AndWithMask(Ra, mask);
|
||||||
}
|
}
|
||||||
OR(32, Ra, Imm32(maskA));
|
OR(32, Ra, Imm32(maskA));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue