summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorStefan Weil2013-09-12 20:09:06 +0200
committerMichael Tokarev2013-09-20 18:09:24 +0200
commit227b8175e2c60334c644c7cf7800bef8efbe085b (patch)
tree7155c1bf7e775e15ea7e99c5087adc4e448b1823 /scripts
parent*-user: Fix typo in comment (ulocking -> unlocking) (diff)
downloadqemu-227b8175e2c60334c644c7cf7800bef8efbe085b.tar.gz
qemu-227b8175e2c60334c644c7cf7800bef8efbe085b.tar.xz
qemu-227b8175e2c60334c644c7cf7800bef8efbe085b.zip
translate-all: Fix formatting of dump output
The page dump writes a table with 3 abi_ulong values in each row. These values take 8 or 16 characters (depending on sizeof abi_ulong). Fix the table headings to be aligned with the table columns. old: start end size prot 0000000120000000-000000012021e000 000000000021e000 rwx 0000004000000000-0000004000002000 0000000000002000 --- 0000004000002000-0000004000802000 0000000000800000 rw- new: start end size prot 0000000120000000-000000012021e000 000000000021e000 rwx 0000004000000000-0000004000002000 0000000000002000 --- 0000004000002000-0000004000802000 0000000000800000 rw- Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions