From: Blue Swirl <blauwir...@gmail.com>

Add obviously missing 'break' statement.

Signed-off-by: Blue Swirl <blauwir...@gmail.com>
Signed-off-by: Alexander Graf <ag...@suse.de>
Signed-off-by: Andreas Färber <afaer...@suse.de>
Signed-off-by: Alexander Graf <ag...@suse.de>
---
 target-ppc/fpu_helper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/target-ppc/fpu_helper.c b/target-ppc/fpu_helper.c
index d90636f..9d67926 100644
--- a/target-ppc/fpu_helper.c
+++ b/target-ppc/fpu_helper.c
@@ -310,6 +310,7 @@ void helper_fpscr_setbit(CPUPPCState *env, uint32_t bit)
             if (fpscr_ve) {
                 goto raise_ve;
             }
+            break;
         case FPSCR_OX:
             env->fpscr |= 1 << FPSCR_FX;
             if (fpscr_oe) {
-- 
1.6.0.2


Reply via email to