commit | d307229d754ae4d833ed50be50420aaf070065bf | [log] [tgz] |
---|---|---|
author | K <kayo@illumium.org> | Wed Jul 27 17:30:49 2022 +0500 |
committer | Joanna Farley <joanna.farley@arm.com> | Tue Sep 27 09:19:32 2022 +0200 |
tree | c0102e83a0efdffaef2850a2040b9a0efb400a77 | |
parent | d8d0ea9a7fcd5ace63a8c863176d9535adfc581d [diff] |
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>