mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-15 03:38:37 +00:00
IR Interpreter: Add missing break; to switch case IROp::FSign.
This commit is contained in:
parent
c3f271c715
commit
604b3c3e97
@ -648,6 +648,7 @@ u32 IRInterpret(MIPSState *mips, const IRInst *inst, int count) {
|
||||
mips->f[inst->dest] = 1.0f;
|
||||
else
|
||||
mips->f[inst->dest] = -1.0f;
|
||||
break;
|
||||
}
|
||||
|
||||
case IROp::FpCondToReg:
|
||||
|
Loading…
x
Reference in New Issue
Block a user