JitArm64_SystemRegisters: Fix crXXX (set 32nd bit)

This commit is contained in:
MerryMage 2017-04-26 21:51:47 +01:00
parent 341fefd65a
commit 8799f6b64f
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ void JitArm64::crXXX(UGeckoInstruction inst)
break;
}
ORR(XA, XA, 32, 0, true); // XA | 1<<32
ORR(XB, XB, 32, 0, true); // XB | 1<<32
STR(INDEX_UNSIGNED, XB, PPC_REG, PPCSTATE_OFF(cr_val[field]));
gpr.Unlock(WA);