commit | 2a54d96c5ae809216965e6f86e70cdae2ed7e09c | [log] [tgz] |
---|---|---|
author | Matthew Leach <matthew.leach@arm.com> | Mon Jan 14 15:07:12 2013 +0000 |
committer | Colin Cross <ccross@android.com> | Fri Jan 24 10:34:13 2014 -0800 |
tree | fd159ff0d9b67b8a0377d6e4e77889d3d6c9fc5d | |
parent | 05952ccb4a2f44ada2eb0d11480eb2780c8caa91 [diff] |
AArch64: Fix printf format strings. Use the portable printf format strings as defined in: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#64-bit_Portability These changes are necessary when compiling for LP64 architectures. Change-Id: I3ff355dda5a7a72a8e659a7e5d2014aa4e62f8c3 Signed-off-by: Matthew Leach <matthew.leach@arm.com> Signed-off-by: Matteo Franchin <matteo.franchin@arm.com>