[ARM] Remove extraneous BKPT from ps_rsqrte.

This commit is contained in:
Ryan Houdek 2013-09-16 13:39:02 +00:00
parent a0a0c526ae
commit cba2dd01bc
1 changed files with 0 additions and 2 deletions

View File

@ -85,11 +85,9 @@ void JitArm::ps_rsqrte(UGeckoInstruction inst)
nemit.VRSQRTE(F_32, D0, D0);
VCVT(vD0, S0, 0);
VCVT(vD1, S1, 0);
BKPT(1);
STR(fpscrReg, R9, PPCSTATE_OFF(fpscr));
gpr.Unlock(fpscrReg, rA);
fpr.Unlock(V0);
}
void JitArm::ps_add(UGeckoInstruction inst)