mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #3683 from Sonicadvance1/aarch64_fix_fcmp
[AArch64] Fix fcmp.
This commit is contained in:
commit
36b476ed76
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue