fixed blr/bctr cases
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 21 Feb 2004 15:41:09 +0000 (15:41 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 21 Feb 2004 15:41:09 +0000 (15:41 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@631 c046a42c-6fe2-441c-8c8c-71466251a162

target-ppc/translate.c

index e4c6ec9..97a0d27 100644 (file)
@@ -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;
         }