Commit b7e2c11dbd16257ec511b4aaa9c765eeda926563

Authored by bellard
1 parent 9d60cac0

helper_lret_protected fix for kqemu (Paul Brook)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1357 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
target-i386/helper.c
@@ -2118,7 +2118,6 @@ void helper_lret_protected(int shift, int addend) @@ -2118,7 +2118,6 @@ void helper_lret_protected(int shift, int addend)
2118 helper_ret_protected(shift, 0, addend); 2118 helper_ret_protected(shift, 0, addend);
2119 #ifdef USE_KQEMU 2119 #ifdef USE_KQEMU
2120 if (kqemu_is_ok(env)) { 2120 if (kqemu_is_ok(env)) {
2121 - CC_OP = CC_OP_EFLAGS;  
2122 env->exception_index = -1; 2121 env->exception_index = -1;
2123 cpu_loop_exit(); 2122 cpu_loop_exit();
2124 } 2123 }