Revision 9b3c35e0 target-alpha/helper.c

b/target-alpha/helper.c
39 39
    return 1;
40 40
}
41 41

  
42
target_ulong cpu_get_phys_page_debug (CPUState *env, target_ulong addr)
42
target_phys_addr_t cpu_get_phys_page_debug (CPUState *env, target_ulong addr)
43 43
{
44 44
    return addr;
45 45
}
......
51 51

  
52 52
#else
53 53

  
54
target_ulong cpu_get_phys_page_debug (CPUState *env, target_ulong addr)
54
target_phys_addr_t cpu_get_phys_page_debug (CPUState *env, target_ulong addr)
55 55
{
56 56
    return -1;
57 57
}

Also available in: Unified diff