Revision 640f42e4 softmmu_template.h

b/softmmu_template.h
76 76
    res |= (uint64_t)io_mem_read[index][2](io_mem_opaque[index], physaddr + 4) << 32;
77 77
#endif
78 78
#endif /* SHIFT > 2 */
79
#ifdef USE_KQEMU
79
#ifdef CONFIG_KQEMU
80 80
    env->last_io_time = cpu_get_time_fast();
81 81
#endif
82 82
    return res;
......
221 221
    io_mem_write[index][2](io_mem_opaque[index], physaddr + 4, val >> 32);
222 222
#endif
223 223
#endif /* SHIFT > 2 */
224
#ifdef USE_KQEMU
224
#ifdef CONFIG_KQEMU
225 225
    env->last_io_time = cpu_get_time_fast();
226 226
#endif
227 227
}

Also available in: Unified diff