mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
[ARM] Remove extraneous BKPT from ps_rsqrte.
This commit is contained in:
parent
a0a0c526ae
commit
cba2dd01bc
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue