Revision b14ef7c9 target-alpha/op_helper.c

b/target-alpha/op_helper.c
1301 1301
    helper_excp(EXCP_UNALIGN, 0);
1302 1302
}
1303 1303

  
1304
void QEMU_NORETURN do_unassigned_access(target_phys_addr_t addr, int is_write,
1305
                                        int is_exec, int unused, int size)
1304
void QEMU_NORETURN cpu_unassigned_access(CPUState *env1,
1305
                                         target_phys_addr_t addr, int is_write,
1306
                                         int is_exec, int unused, int size)
1306 1307
{
1308
    env = env1;
1307 1309
    env->trap_arg0 = addr;
1308 1310
    env->trap_arg1 = is_write;
1309 1311
    dynamic_excp(EXCP_MCHK, 0);

Also available in: Unified diff