Revision 99a0949b target-sh4/helper.c

b/target-sh4/helper.c
53 53
    return 1;
54 54
}
55 55

  
56
target_phys_addr_t cpu_get_phys_page_debug(CPUState * env, target_ulong addr)
56
a_target_phys_addr cpu_get_phys_page_debug(CPUState * env, target_ulong addr)
57 57
{
58 58
    return addr;
59 59
}
......
520 520
    return tlb_set_page(env, address, physical, prot, mmu_idx, is_softmmu);
521 521
}
522 522

  
523
target_phys_addr_t cpu_get_phys_page_debug(CPUState * env, target_ulong addr)
523
a_target_phys_addr cpu_get_phys_page_debug(CPUState * env, target_ulong addr)
524 524
{
525 525
    target_ulong physical;
526 526
    int prot;
......
574 574
    entry->tc   = (uint8_t)cpu_ptea_tc(env->ptea);
575 575
}
576 576

  
577
void cpu_sh4_write_mmaped_utlb_addr(CPUSH4State *s, target_phys_addr_t addr,
577
void cpu_sh4_write_mmaped_utlb_addr(CPUSH4State *s, a_target_phys_addr addr,
578 578
				    uint32_t mem_value)
579 579
{
580 580
    int associate = addr & 0x0000080;

Also available in: Unified diff