summaryrefslogtreecommitdiff
path: root/hw/mcf5208.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-05-07 17:14:07 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-05-07 17:14:07 +0000
commitf3d9958a1a0633e1cad045968652397fee137845 (patch)
tree068052193e653b300fdb37ce41e0be62f067aa81 /hw/mcf5208.c
parent4cac90a20dc8a2ed1e1d1add5e9b47671be5e6bc (diff)
downloadqemu-f3d9958a1a0633e1cad045968652397fee137845.tar.gz
qemu-f3d9958a1a0633e1cad045968652397fee137845.tar.bz2
qemu-f3d9958a1a0633e1cad045968652397fee137845.zip
Fix disassembler memory accesses
Sparc disassembler wants to check previous addresses for some stuff and this may actually cause faults to be generated to the guest if the address is close to page start, because of the function used for the memory access. Fix by changing ldub_code to cpu_memory_rw_debug, which doesn't trigger exceptions. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/mcf5208.c')
0 files changed, 0 insertions, 0 deletions