Revision a8170e5e target-alpha/mem_helper.c

b/target-alpha/mem_helper.c
107 107
    cpu_loop_exit(env);
108 108
}
109 109

  
110
void cpu_unassigned_access(CPUAlphaState *env, target_phys_addr_t addr,
110
void cpu_unassigned_access(CPUAlphaState *env, hwaddr addr,
111 111
                           int is_write, int is_exec, int unused, int size)
112 112
{
113 113
    env->trap_arg0 = addr;

Also available in: Unified diff