mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Show size for unassigned accesses (Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5436 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
35f4b58c7a
commit
e18231a3ff
8 changed files with 72 additions and 33 deletions
|
@ -1911,7 +1911,7 @@ void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr)
|
|||
}
|
||||
|
||||
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
|
||||
int unused)
|
||||
int unused, int size)
|
||||
{
|
||||
if (is_exec)
|
||||
do_raise_exception(EXCP_IBE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue