Revision 18559232 target-i386/helper.c

b/target-i386/helper.c
101 101
    env->dr[7] = DR7_FIXED_1;
102 102
    cpu_breakpoint_remove_all(env, BP_CPU);
103 103
    cpu_watchpoint_remove_all(env, BP_CPU);
104

  
105
    env->mcg_status = 0;
106 104
}
107 105

  
108 106
void cpu_x86_close(CPUX86State *env)

Also available in: Unified diff