mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -1575,7 +1575,6 @@ static inline void gen_bcond(DisasContext *ctx, int type)
|
||||||
gen_op_b((long)ctx->tb, target);
|
gen_op_b((long)ctx->tb, target);
|
||||||
} else {
|
} else {
|
||||||
gen_op_b_T1();
|
gen_op_b_T1();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
goto no_test;
|
goto no_test;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue