[dpdk-dev] [PATCH] bus/fslmc: use PRIu64 instead of llX in format specifier

Thomas Monjalon thomas at monjalon.net
Fri Apr 13 09:41:20 CEST 2018


13/04/2018 07:04, Gowrishankar:
> -	DPAA2_BUS_DEBUG("--> Map address: %llX, size: 0x%llX",
> +	DPAA2_BUS_DEBUG("--> Map address: %"PRIu64", size: 0x%"PRIu64"",

You cannot replace hexadecimal by decimal.
You need to use PRIx64.




More information about the dev mailing list