* [Qemu-devel] [4493] fixed INC/DEC condition codes
@ 2008-05-18 19:19 Fabrice Bellard
0 siblings, 0 replies; only message in thread
From: Fabrice Bellard @ 2008-05-18 19:19 UTC (permalink / raw)
To: qemu-devel
Revision: 4493
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4493
Author: bellard
Date: 2008-05-18 19:19:57 +0000 (Sun, 18 May 2008)
Log Message:
-----------
fixed INC/DEC condition codes
Modified Paths:
--------------
trunk/target-i386/translate.c
Modified: trunk/target-i386/translate.c
===================================================================
--- trunk/target-i386/translate.c 2008-05-18 13:58:19 UTC (rev 4492)
+++ trunk/target-i386/translate.c 2008-05-18 19:19:57 UTC (rev 4493)
@@ -1312,8 +1312,8 @@
gen_op_mov_reg_T0(ot, d);
else
gen_op_st_T0_A0(ot + s1->mem_index);
+ gen_compute_eflags_c(cpu_cc_src);
tcg_gen_mov_tl(cpu_cc_dst, cpu_T[0]);
- gen_compute_eflags_c(cpu_cc_src);
}
static void gen_extu(int ot, TCGv reg)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-18 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-18 19:19 [Qemu-devel] [4493] fixed INC/DEC condition codes Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).