microblaze: Correct branch to registers.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
master
Paul Hartke 2009-12-13 03:22:24 +01:00 committed by Edgar E. Iglesias
parent 1a03675db1
commit 9d2dcce9a3
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ static void dec_br(DisasContext *dc)
if (dc->imm == 0)
t_gen_raise_exception(dc, EXCP_DEBUG);
} else {
if (dc->tb_flags & IMM_FLAG) {
if (!dc->type_b || (dc->tb_flags & IMM_FLAG)) {
tcg_gen_movi_tl(env_btaken, 1);
tcg_gen_movi_tl(env_btarget, dc->pc);
tcg_gen_add_tl(env_btarget, env_btarget, *(dec_alu_op_b(dc)));