mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
JitArm64: Fix mistaken use of LSL imm
This commit is contained in:
@ -1494,7 +1494,7 @@ void JitArm64::srawx(UGeckoInstruction inst)
|
||||
|
||||
MOVI2R(WA, 32);
|
||||
SUB(WC, WA, WC);
|
||||
LSL(WC, RS, WC);
|
||||
LSLV(WC, RS, WC);
|
||||
CMP(WC, 0);
|
||||
CSET(WA, CC_NEQ);
|
||||
FixupBranch end = B();
|
||||
|
Reference in New Issue
Block a user