[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/2] libxc: use PRIx64 to print out pfn
Wei Liu writes ("[PATCH 2/2] libxc: use PRIx64 to print out pfn"): > Pfn is always 64 bit long. Use PRIx64 to avoid truncation. .. > { > - PERROR("Invalid pfn 0x%" PRIpfn "", (unsigned long)pfn ); > + PERROR("Invalid pfn 0x%" PRIx64, pfn); Err, sorry. Applied both of these. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |