mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Build fix for older GCCs.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3155 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
44486a89f0
commit
606b41e702
1 changed files with 1 additions and 1 deletions
2
vl.c
2
vl.c
|
@ -1172,7 +1172,7 @@ static void host_alarm_handler(int host_signum)
|
|||
|
||||
static uint64_t qemu_next_deadline(void)
|
||||
{
|
||||
int64_t nearest_delta_us = ULLONG_MAX;
|
||||
int64_t nearest_delta_us = ULONG_LONG_MAX;
|
||||
int64_t vmdelta_us;
|
||||
|
||||
if (active_timers[QEMU_TIMER_REALTIME])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue