Commit 6b2d3e3c961d62d5e12b54f8ca8b3b60ca92defd
1 parent
e98a6e40
fixed blr/bctr cases
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@631 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
1 deletions
target-ppc/translate.c
| @@ -1575,7 +1575,6 @@ static inline void gen_bcond(DisasContext *ctx, int type) | @@ -1575,7 +1575,6 @@ static inline void gen_bcond(DisasContext *ctx, int type) | ||
| 1575 | gen_op_b((long)ctx->tb, target); | 1575 | gen_op_b((long)ctx->tb, target); |
| 1576 | } else { | 1576 | } else { |
| 1577 | gen_op_b_T1(); | 1577 | gen_op_b_T1(); |
| 1578 | - break; | ||
| 1579 | } | 1578 | } |
| 1580 | goto no_test; | 1579 | goto no_test; |
| 1581 | } | 1580 | } |