JitArm64: fall back if FPSCR is used

This commit is contained in:
Tillmann Karras 2015-12-14 10:57:07 +01:00
parent 84b1e22246
commit 94f0e2493c
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ void JitArm64::fcmpX(UGeckoInstruction inst)
{
INSTRUCTION_START
JITDISABLE(bJITFloatingPointOff);
FALLBACK_IF(SConfig::GetInstance().bFPRF && js.op->wantsFPRF);
u32 a = inst.FA, b = inst.FB;
int crf = inst.CRFD;