mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Handle IBE on MIPS properly.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3416 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
932a79df5d
commit
647de6ca24
3 changed files with 12 additions and 1 deletions
|
@ -608,7 +608,7 @@ static inline target_ulong get_phys_addr_code(CPUState *env, target_ulong addr)
|
|||
}
|
||||
pd = env->tlb_table[mmu_idx][index].addr_code & ~TARGET_PAGE_MASK;
|
||||
if (pd > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
|
||||
#ifdef TARGET_SPARC
|
||||
#if defined(TARGET_SPARC) || defined(TARGET_MIPS)
|
||||
do_unassigned_access(addr, 0, 1, 0);
|
||||
#else
|
||||
cpu_abort(env, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue