mirror of https://github.com/xqemu/xqemu.git
fixed INC/DEC condition codes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4493 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d238db7f0b
commit
cd31fefaf2
|
@ -1312,8 +1312,8 @@ static void gen_inc(DisasContext *s1, int ot, int d, int c)
|
||||||
gen_op_mov_reg_T0(ot, d);
|
gen_op_mov_reg_T0(ot, d);
|
||||||
else
|
else
|
||||||
gen_op_st_T0_A0(ot + s1->mem_index);
|
gen_op_st_T0_A0(ot + s1->mem_index);
|
||||||
tcg_gen_mov_tl(cpu_cc_dst, cpu_T[0]);
|
|
||||||
gen_compute_eflags_c(cpu_cc_src);
|
gen_compute_eflags_c(cpu_cc_src);
|
||||||
|
tcg_gen_mov_tl(cpu_cc_dst, cpu_T[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gen_extu(int ot, TCGv reg)
|
static void gen_extu(int ot, TCGv reg)
|
||||||
|
|
Loading…
Reference in New Issue