summaryrefslogtreecommitdiff
path: root/target-i386
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-07 20:33:08 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-07 20:33:08 +0000
commitb7e2c11dbd16257ec511b4aaa9c765eeda926563 (patch)
tree982cd9e9a4dcf1ff16e4ff8d952e28485ea986ab /target-i386
parent9d60cac01fa5f0c36d49ae8df3ad040d13606700 (diff)
downloadqemu-b7e2c11dbd16257ec511b4aaa9c765eeda926563.tar.gz
helper_lret_protected fix for kqemu (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1357 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386')
-rw-r--r--target-i386/helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c
index a15ec5a6ad..b358c2ecfe 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -2118,7 +2118,6 @@ void helper_lret_protected(int shift, int addend)
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();
}