Revision 9b3c35e0 target-mips/helper.c

b/target-mips/helper.c
141 141
}
142 142

  
143 143
#if defined(CONFIG_USER_ONLY) 
144
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
144
target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
145 145
{
146 146
    return addr;
147 147
}
148 148
#else
149
target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
149
target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
150 150
{
151 151
    target_ulong phys_addr;
152 152
    int prot;

Also available in: Unified diff