]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(libc): pri*ptr macros for aarch64
authorK <kayo@illumium.org>
Wed, 27 Jul 2022 12:30:49 +0000 (17:30 +0500)
committerJoanna Farley <joanna.farley@arm.com>
Tue, 27 Sep 2022 07:19:32 +0000 (09:19 +0200)
commitd307229d754ae4d833ed50be50420aaf070065bf
treec0102e83a0efdffaef2850a2040b9a0efb400a77
parentd8d0ea9a7fcd5ace63a8c863176d9535adfc581d
fix(libc): pri*ptr macros for aarch64

This fix solves problems with using PRI*PTR on aarch64 like so:
error: format '%x' expects argument of type 'unsigned int', but
argument 3 has type 'uintptr_t' {aka 'long unsigned int'}

Change-Id: I135d3e5cea5459f138b20331b5e9472e2e9e566c
Signed-off-by: K <kayo@illumium.org>
include/lib/libc/aarch32/inttypes_.h
include/lib/libc/aarch64/inttypes_.h
include/lib/libc/inttypes.h