]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/aarch64/ChangeLog
sim: aarch64: use PRIx64 for formatting 64-bit types
authorMike Frysinger <vapier@gentoo.org>
Sat, 1 May 2021 19:54:33 +0000 (15:54 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 1 May 2021 20:25:02 +0000 (16:25 -0400)
commitf1ca32150cbc83e15a2002d3543f5dd7256ad248
tree5da2c4fd8ab89efcbe54a34d85c6eaf25a15a752
parentce2248135a651d313f87d838e965477b5e4d6131
sim: aarch64: use PRIx64 for formatting 64-bit types

We can't assume that %lx is big enough for 64-bit types as it isn't on
most 32-bit builds.  Use the standard format define for this instead.
sim/aarch64/ChangeLog
sim/aarch64/cpustate.c