Merge pull request #3683 from Sonicadvance1/aarch64_fix_fcmp

[AArch64] Fix fcmp.
This commit is contained in:
Ryan Houdek 2016-03-01 09:29:56 -05:00
commit 36b476ed76
1 changed files with 1 additions and 2 deletions

View File

@ -244,8 +244,7 @@ void JitArm64::fcmpX(UGeckoInstruction inst)
SetJumpTarget(pNaN);
ORR(XA, XA, 64 - 61, 0, true);
ORR(XA, XA, 0, 0, true);
MOVI2R(XA, PPCCRToInternal(CR_SO));
if (a != b)
{