Revision eb38c52c hw/pc.c

b/hw/pc.c
76 76
    /* Note: when using kqemu, it is more logical to return the host TSC
77 77
       because kqemu does not trap the RDTSC instruction for
78 78
       performance reasons */
79
#if USE_KQEMU
79
#ifdef USE_KQEMU
80 80
    if (env->kqemu_enabled) {
81 81
        return cpu_get_real_ticks();
82 82
    } else

Also available in: Unified diff