mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
JitArm64: Fix mulli.
mulli has no inst.OE
This commit is contained in:
parent
9ed465f4ac
commit
9bf50fb93d
1 changed files with 0 additions and 1 deletions
|
@ -704,7 +704,6 @@ void JitArm64::mulli(UGeckoInstruction inst)
|
||||||
{
|
{
|
||||||
INSTRUCTION_START
|
INSTRUCTION_START
|
||||||
JITDISABLE(bJITIntegerOff);
|
JITDISABLE(bJITIntegerOff);
|
||||||
FALLBACK_IF(inst.OE);
|
|
||||||
|
|
||||||
int a = inst.RA, d = inst.RD;
|
int a = inst.RA, d = inst.RD;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue