Revision 8289336c vl.c

b/vl.c
876 876
        /* stop the cpu because a timer occured */
877 877
        cpu_interrupt(global_env, CPU_INTERRUPT_EXIT);
878 878
#ifdef USE_KQEMU
879
        kqemu_cpu_interrupt(global_env);
879
        if (global_env->kqemu_enabled) {
880
            kqemu_cpu_interrupt(global_env);
881
        }
880 882
#endif
881 883
    }
882 884
}

Also available in: Unified diff