diff --git a/target-ppc/translate.c b/target-ppc/translate.c index e4c6ec9db9..97a0d27a23 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -1575,7 +1575,6 @@ static inline void gen_bcond(DisasContext *ctx, int type) gen_op_b((long)ctx->tb, target); } else { gen_op_b_T1(); - break; } goto no_test; }