Revision 9b3c35e0 target-sparc/translate.c

b/target-sparc/translate.c
3012 3012
}
3013 3013

  
3014 3014
#if defined(CONFIG_USER_ONLY)
3015
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
3015
target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
3016 3016
{
3017 3017
    return addr;
3018 3018
}
......
3022 3022
                                 int *access_index, target_ulong address, int rw,
3023 3023
                                 int is_user);
3024 3024

  
3025
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
3025
target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
3026 3026
{
3027 3027
    target_phys_addr_t phys_addr;
3028 3028
    int prot, access_index;

Also available in: Unified diff