MIPS: cp1emu: Fix closing bracket for the d_fmt case
[linux-drm-fsl-dcu.git] / arch / mips / math-emu / cp1emu.c
index 712f17a2ecf206e1b5d33a63956e62baac29cb08..cd858953a78374b2d46f92201cb6ae55c32444ab 100644 (file)
@@ -2021,8 +2021,11 @@ dcopuop:
                        break;
                }
                break;
+       }
+
+       case w_fmt: {
+               union ieee754dp fs;
 
-       case w_fmt:
                switch (MIPSInst_FUNC(ir)) {
                case fcvts_op:
                        /* convert word to single precision real */