 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] a compile error?
 On 10/06/2010 09:27, "Li, Xin" <xin.li@xxxxxxxxx> wrote:
> the culprit snip is:
> 
>     if ( unlikely(now - s->next_second_time > SECONDS(86400)) )
>     {
>         dprintk(XENLOG_WARNING, "HVM RTC: dom %u skipping %llu seconds\n",
> ^^^^^^^^^
>                 vrtc_domain(s)->domain_id,
>                 (now - s->next_second_time) / SYSTEM_TIME_HZ);
>         s->next_second_time = now;
>     }
> 
> 
> Should we use PRIu64 here?  I don't know if people using newer gcc don't see
> this as nobody complained.
Fixed by xen-unstable:21590.
 Thanks,
 Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |