[ARM] Reenable FMRX, it seems to work fine.

This commit is contained in:
Ryan Houdek 2013-07-17 04:29:17 -05:00
parent 86826b28dc
commit a3e289e802
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ void JitArm::fmrx(UGeckoInstruction inst)
{ {
INSTRUCTION_START INSTRUCTION_START
JITDISABLE(FloatingPoint) JITDISABLE(FloatingPoint)
Default(inst); return;
ARMReg vD = fpr.R0(inst.FD); ARMReg vD = fpr.R0(inst.FD);
ARMReg vB = fpr.R0(inst.FB); ARMReg vB = fpr.R0(inst.FB);