Revision e18231a3 exec-all.h

b/exec-all.h
331 331
    pd = env1->tlb_table[mmu_idx][page_index].addr_code & ~TARGET_PAGE_MASK;
332 332
    if (pd > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
333 333
#if defined(TARGET_SPARC) || defined(TARGET_MIPS)
334
        do_unassigned_access(addr, 0, 1, 0);
334
        do_unassigned_access(addr, 0, 1, 0, 4);
335 335
#else
336 336
        cpu_abort(env1, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr);
337 337
#endif

Also available in: Unified diff