Fix format specifier in call to INFO macro

Improper use of format specifiers for arguments of type intptr_t and size_t
raises warnings at compile time. Compilation breaks when GCC's -Werror flag is
set, which is the default. By using the appropriate format specifiers, no
warnings are raised and compilation succeeds.

Reported-by: ChrisG55 <christian_g_55@msn.com>
Tested-by: ChrisG55 <christian_g_55@msn.com>
Fixes: 55fcc4ae0de4b9a2f7253562f8083694e69a8e33
Signed-off-by: ChrisG55 <christian_g_55@msn.com>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
1 file changed
tree: 2a5a85e355b81213b2d376c52acf61116bb82307
  1. libyaml/
  2. .gitignore
  3. benchmark_aux.c
  4. benchmark_aux.h
  5. CMakeLists.txt
  6. CMakeToolchain.txt
  7. common.h
  8. main.c
  9. Makefile
  10. README.md
README.md

optee_benchmark

OP-TEE Latency benchmark application