mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +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
|
||||
{
|
||||
RotateLeft(32, Ra, Rs, inst.SH);
|
||||
AND(32, Ra, Imm32(mask));
|
||||
AndWithMask(Ra, mask);
|
||||
}
|
||||
OR(32, Ra, Imm32(maskA));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user