qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [patch] Error in helper_lret_protected
@ 2005-03-07 13:32 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2005-03-07 13:32 UTC (permalink / raw)
  To: qemu-devel

helper_lret_protected incorrectly sets CC_OP. This looks like a copy/paste 
error from helper_iret_protected.

Paul

Index: helper.c
===================================================================
RCS file: /cvsroot/qemu/qemu/target-i386/helper.c,v
retrieving revision 1.43
diff -u -p -r1.43 helper.c
--- helper.c 3 Mar 2005 01:14:55 -0000 1.43
+++ helper.c 7 Mar 2005 13:28:19 -0000
@@ -2118,7 +2141,6 @@ void helper_lret_protected(int shift, in
     helper_ret_protected(shift, 0, addend);
 #ifdef USE_KQEMU
     if (kqemu_is_ok(env)) {
-        CC_OP = CC_OP_EFLAGS;
         env->exception_index = -1;
         cpu_loop_exit();
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-07 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-07 13:32 [Qemu-devel] [patch] Error in helper_lret_protected Paul Brook

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).