diff options
author | Blue Swirl | 2009-05-07 19:14:07 +0200 |
---|---|---|
committer | Blue Swirl | 2009-05-07 19:14:07 +0200 |
commit | e612a1f7256bb3546cf3e9ae6cad3997c4153663 (patch) | |
tree | 068052193e653b300fdb37ce41e0be62f067aa81 /hw/ppc.c | |
parent | Suppress make directory messages. (diff) | |
download | qemu-e612a1f7256bb3546cf3e9ae6cad3997c4153663.tar.gz qemu-e612a1f7256bb3546cf3e9ae6cad3997c4153663.tar.xz qemu-e612a1f7256bb3546cf3e9ae6cad3997c4153663.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/ppc.c')
0 files changed, 0 insertions, 0 deletions