Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ARM] Remove extraneous BKPT from ps_rsqrte.
  • Loading branch information
Sonicadvance1 committed Sep 16, 2013
1 parent a0a0c52 commit cba2dd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/Src/PowerPC/JitArm32/JitArm_Paired.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit cba2dd0

Please sign in to comment.