Revision 618ba8e6 target-i386/op_helper.c

b/target-i386/op_helper.c
4835 4835
            if (tb) {
4836 4836
                /* the PC is inside the translated code. It means that we have
4837 4837
                   a virtual CPU fault */
4838
                cpu_restore_state(tb, env, pc, NULL);
4838
                cpu_restore_state(tb, env, pc);
4839 4839
            }
4840 4840
        }
4841 4841
        raise_exception_err(env->exception_index, env->error_code);

Also available in: Unified diff