Revision 8632fb9a

b/vl.c
1350 1350
    return delta;
1351 1351
}
1352 1352

  
1353
#if defined(__linux__) || defined(_WIN32)
1353 1354
static uint64_t qemu_next_deadline_dyntick(void)
1354 1355
{
1355 1356
    int64_t delta;
......
1372 1373

  
1373 1374
    return delta;
1374 1375
}
1376
#endif
1375 1377

  
1376 1378
#ifndef _WIN32
1377 1379

  

Also available in: Unified diff