aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc')
-rw-r--r--target-ppc/translate.c1
1 files changed, 0 insertions, 1 deletions
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;
}