Revision d785e6be target-sparc/translate.c

b/target-sparc/translate.c
1690 1690
}
1691 1691

  
1692 1692
#if defined(CONFIG_USER_ONLY)
1693
target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
1693
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
1694 1694
{
1695 1695
    return addr;
1696 1696
}
......
1700 1700
                                 int *access_index, target_ulong address, int rw,
1701 1701
                                 int is_user);
1702 1702

  
1703
target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
1703
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
1704 1704
{
1705 1705
    target_phys_addr_t phys_addr;
1706 1706
    int prot, access_index;

Also available in: Unified diff