qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch] Error in helper_lret_protected


From: Paul Brook
Subject: [Qemu-devel] [patch] Error in helper_lret_protected
Date: Mon, 7 Mar 2005 13:32:24 +0000
User-agent: KMail/1.7.2

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();
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]