summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/mips/math-emu/cp1emu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
index f32ec09a8ad4..9ed65360b596 100644
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
@@ -2395,6 +2395,7 @@ dcopuop:
break;
}
}
+ break;
}
case l_fmt:
@@ -2468,6 +2469,8 @@ dcopuop:
break;
}
}
+ break;
+
default:
return SIGILL;
}