Revision fe4d8f67 vl.c

b/vl.c
1176 1176

  
1177 1177
static uint64_t qemu_next_deadline(void)
1178 1178
{
1179
    int64_t nearest_delta_us = ULONG_LONG_MAX;
1179
    int64_t nearest_delta_us = UINT64_MAX;
1180 1180
    int64_t vmdelta_us;
1181 1181

  
1182 1182
    if (active_timers[QEMU_TIMER_REALTIME])

Also available in: Unified diff