Merge pull request #3683 from Sonicadvance1/aarch64_fix_fcmp
[AArch64] Fix fcmp.
This commit is contained in:
commit
36b476ed76
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue