]> Git Repo - qemu.git/commit
target/avr/cpu: Fix $PC displayed address
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 30 Mar 2020 09:30:27 +0000 (11:30 +0200)
committerPhilippe Mathieu-Daudé <[email protected]>
Sat, 11 Jul 2020 09:02:05 +0000 (11:02 +0200)
commit2e34e622c2cbda6828bbb395b6bdd4e0240b8217
tree9f05c073f3151c4c425d626c31bdf65743add99d
parenta291bc851d482907d643db990b70c1cdb98c730a
target/avr/cpu: Fix $PC displayed address

$PC is 16-bit wide. Other registers display addresses on a byte
granularity.
To have a coherent ouput, display $PC using byte granularity too.

Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200707070021[email protected]>
target/avr/cpu.c
This page took 0.023981 seconds and 4 git commands to generate.