commit | 2738215aadcd1c4aad8ea9bd2d7889ccbfc953a8 | [log] [tgz] |
---|---|---|
author | Vadzim Dambrouski <pftbest@gmail.com> | Mon Oct 19 19:40:15 2015 +0300 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Nov 10 09:45:36 2015 +0100 |
tree | 2e8233f5b04ae5945c02eef9c528ceff859d55cf | |
parent | 98d38942ce5fe71d570077ce2f0e0bd8317f8b68 [diff] |
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>