Revision 36d23958 exec-all.h

b/exec-all.h
581 581
    }
582 582
    pd = env->tlb_table[is_user][index].addr_code & ~TARGET_PAGE_MASK;
583 583
    if (pd > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
584
        cpu_abort(env, "Trying to execute code outside RAM or ROM at 0x%08lx\n", addr);
584
        cpu_abort(env, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr);
585 585
    }
586 586
    return addr + env->tlb_table[is_user][index].addend - (unsigned long)phys_ram_base;
587 587
}
588 588
#endif
589 589

  
590

  
591 590
#ifdef USE_KQEMU
592 591
#define KQEMU_MODIFY_PAGE_MASK (0xff & ~(VGA_DIRTY_FLAG | CODE_DIRTY_FLAG))
593 592

  

Also available in: Unified diff