This fixes compilation on ARM.
Signed-off-by: Wei Liu <[email protected]>
---
Cc: Ian Jackson <[email protected]>
Cc: Boris Ostrovsky <[email protected]>
---
tools/libxc/xc_dom_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/libxc/xc_dom_core.c b/tools/libxc/xc_dom_core.c
index 5884cdb..5326d36 100644
--- a/tools/libxc/xc_dom_core.c
+++ b/tools/libxc/xc_dom_core.c
@@ -1113,7 +1113,7 @@ static int xc_dom_load_acpi(struct xc_dom_image *dom)
PROT_READ | PROT_WRITE, base);
if ( !ptr )
{
- DOMPRINTF("%s: Can't map %d pages at 0x%lx",
+ DOMPRINTF("%s: Can't map %d pages at 0x%"PRI_xen_pfn,
__FUNCTION__, num_pages, base);
goto err;
}
--
2.1.4
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xen.org/xen-devel