Skip to content

Commit

Permalink
Build fix for older GCCs.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3155 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
ths committed Aug 28, 2007
1 parent 44486a8 commit 606b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 606b41e

Please sign in to comment.