Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ARM] Reenable FMRX, it seems to work fine.
  • Loading branch information
Sonicadvance1 committed Jul 17, 2013
1 parent 86826b2 commit a3e289e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -68,7 +68,6 @@ void JitArm::fmrx(UGeckoInstruction inst)
{
INSTRUCTION_START
JITDISABLE(FloatingPoint)
Default(inst); return;

ARMReg vD = fpr.R0(inst.FD);
ARMReg vB = fpr.R0(inst.FB);
Expand Down

0 comments on commit a3e289e

Please sign in to comment.