mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +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
|
||||
JITDISABLE(bJITIntegerOff);
|
||||
FALLBACK_IF(inst.OE);
|
||||
|
||||
int a = inst.RA, d = inst.RD;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue