]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Reformat integer register dump
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Aug 2018 13:05:28 +0000 (14:05 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 19 Mar 2019 02:03:20 +0000 (21:03 -0500)
commit965307a71332fe4157c77905a7415a96fb8b06d0
tree30b6db9fbec879407ae30aa8609cd26ff64dac10
parent3d95093fa793325dd0b90fd828c675c5131a30b9
target/arm: Reformat integer register dump

With PC, there are 33 registers.  Three per line lines up nicely
without overflowing 80 columns.

Cc: qemu-stable@nongnu.org (3.0.1)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 3cb506a399854c481c2fd2efabecda0654700c47)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/translate-a64.c