summaryrefslogtreecommitdiff
path: root/hw/slavio_timer.c
diff options
context:
space:
mode:
authorAustin Clements <amdragon@MIT.EDU>2011-08-21 14:49:45 -0400
committerBlue Swirl <blauwirbel@gmail.com>2011-08-21 19:50:03 +0000
commit94ac5cd20c6e441e0ed3aec5c98d6cbefb7f503f (patch)
tree4198ad8dd3e2cf14f7ba9bd968764a7a87652af8 /hw/slavio_timer.c
parentaec7c6dc683314d1e5bed09a9cc98dab086ead82 (diff)
downloadqemu-94ac5cd20c6e441e0ed3aec5c98d6cbefb7f503f.tar.gz
qemu-94ac5cd20c6e441e0ed3aec5c98d6cbefb7f503f.tar.bz2
qemu-94ac5cd20c6e441e0ed3aec5c98d6cbefb7f503f.zip
monitor: Prevent sign-extension of 32-bit addresses printed by info tlb
This is the same fix that was recently applied to info mem. Before this change, info tlb output looked like: ffffffffffffc000: 000000000fffc000 --------W ffffffffffffd000: 000000000fffd000 --------W ffffffffffffe000: 000000000fffe000 --------W fffffffffffff000: 000000000ffff000 --------W With this change, it looks like 00000000ffffc000: 000000000fffc000 --------W 00000000ffffd000: 000000000fffd000 --------W 00000000ffffe000: 000000000fffe000 --------W 00000000fffff000: 000000000ffff000 --------W Signed-off-by: Austin Clements <amdragon@mit.edu> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/slavio_timer.c')
0 files changed, 0 insertions, 0 deletions