提交 606b41e7 编写于 作者: T ths

Build fix for older GCCs.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3155 c046a42c-6fe2-441c-8c8c-71466251a162
上级 44486a89
......@@ -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])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册