mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 06:59:07 +01:00
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…
x
Reference in New Issue
Block a user