Revision 9b3c35e0 target-sh4/helper.c

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

  
56
target_ulong cpu_get_phys_page_debug(CPUState * env, target_ulong addr)
56
target_phys_addr_t cpu_get_phys_page_debug(CPUState * env, target_ulong addr)
57 57
{
58 58
    return addr;
59 59
}
......
429 429
    return tlb_set_page(env, address, physical, prot, is_user, is_softmmu);
430 430
}
431 431

  
432
target_ulong cpu_get_phys_page_debug(CPUState * env, target_ulong addr)
432
target_phys_addr_t cpu_get_phys_page_debug(CPUState * env, target_ulong addr)
433 433
{
434 434
    target_ulong physical;
435 435
    int prot;

Also available in: Unified diff