commit | e612a1f7256bb3546cf3e9ae6cad3997c4153663 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Thu May 07 17:14:07 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Thu May 07 17:14:07 2009 +0000 |
tree | 068052193e653b300fdb37ce41e0be62f067aa81 | |
parent | 0087375ec85879b69cdb039298ac51c740f11fcb [diff] |
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>