JitArm64: Fix mulli.

mulli has no inst.OE
This commit is contained in:
degasus 2016-03-04 22:02:43 +01:00
parent 9ed465f4ac
commit 9bf50fb93d
1 changed files with 0 additions and 1 deletions

View File

@ -704,7 +704,6 @@ void JitArm64::mulli(UGeckoInstruction inst)
{
INSTRUCTION_START
JITDISABLE(bJITIntegerOff);
FALLBACK_IF(inst.OE);
int a = inst.RA, d = inst.RD;