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@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to