diff options
Diffstat (limited to 'target-ppc/fpu_helper.c')
-rw-r--r-- | 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 d90636fad0..9d67926209 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) { |