mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 06:13:46 +08:00
fixed blr/bctr cases
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@631 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e98a6e40a9
commit
6b2d3e3c96
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user