Files
debugcc/debugcc.c
Dmitry Baryshkov 6e28b9165b debugcc: fix building failure on arm32 machines
Fix the following error:

../debugcc.c: In function 'mmap_mux':
../debugcc.c:295:40: error: format '%zx' expects argument of type 'size_t', but argument 2 has type 'long unsigned int' [-Werror=format=]

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-11-06 13:23:06 +02:00

9.5 KiB