Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
jit64: remove dead code
  • Loading branch information
degasus committed Nov 7, 2013
1 parent c29fb22 commit 2f7ca68
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/Core/Core/Src/PowerPC/Jit64/Jit_FloatingPoint.cpp
Expand Up @@ -70,11 +70,6 @@ void Jit64::fp_arith_s(UGeckoInstruction inst)
Default(inst); return;
}

if (inst.SUBOP5 != 18 && inst.SUBOP5 != 20 && inst.SUBOP5 != 21 &&
inst.SUBOP5 != 25) {
Default(inst); return;
}

// Only the interpreter has "proper" support for (some) FP flags
if (inst.SUBOP5 == 25 && Core::g_CoreStartupParameter.bEnableFPRF) {
Default(inst); return;
Expand Down

0 comments on commit 2f7ca68

Please sign in to comment.