Home
last modified time | relevance | path

Searched hist:"7 bdf75ca5cf253276e3cfcf5af8da9029e50790f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dsemihosting.c7bdf75ca5cf253276e3cfcf5af8da9029e50790f Mon Oct 19 16:40:15 UTC 2015 Vadzim Dambrouski <pftbest@gmail.com> arm: fix compile warnings when semihosting is enabled on ARMv7M target.

This patch fixes compile warnings like this:

warning: format '%lu' expects argument of type 'long unsigned int',
but argument 5 has type 'size_t'

In C99 standard you can use %zu modifier to print size_t values.

Signed-off-by: Vadzim Dambrouski <pftbest@gmail.com>