[AArch64] Fix fcmp.

Fixes Luigi's head vanishing. Was due to a mishandling of nans.
Confirmed fixed by hardware test.
This commit is contained in:
Ryan Houdek 2016-02-27 19:24:57 -06:00
parent 54c2800bb4
commit abaa8fc24d
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)
{