[ARM] Remove extraneous BKPT from ps_rsqrte.
This commit is contained in:
parent
a0a0c526ae
commit
cba2dd01bc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue