Revision 2637c754

b/target-i386/helper.c
744 744
    static const char *seg_name[6] = { "ES", "CS", "SS", "DS", "FS", "GS" };
745 745

  
746 746
    if (kvm_enabled())
747
        kvm_arch_get_registers(env);
747
        cpu_synchronize_state(env);
748 748

  
749 749
    eflags = env->eflags;
750 750
#ifdef TARGET_X86_64

Also available in: Unified diff