Revision 182735ef target-i386/misc_helper.c

b/target-i386/misc_helper.c
610 610
    cpu = x86_env_get_cpu(env);
611 611
    cs = CPU(cpu);
612 612
    /* XXX: not complete but not completely erroneous */
613
    if (cs->cpu_index != 0 || env->next_cpu != NULL) {
613
    if (cs->cpu_index != 0 || cs->next_cpu != NULL) {
614 614
        /* more than one CPU: do not sleep because another CPU may
615 615
           wake this one */
616 616
    } else {

Also available in: Unified diff