Revision b14ef7c9 target-mips/op_helper.c

b/target-mips/op_helper.c
1980 1980
    env = saved_env;
1981 1981
}
1982 1982

  
1983
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
1984
                          int unused, int size)
1983
void cpu_unassigned_access(CPUState *env1, target_phys_addr_t addr,
1984
                           int is_write, int is_exec, int unused, int size)
1985 1985
{
1986
    env = env1;
1987

  
1986 1988
    if (is_exec)
1987 1989
        helper_raise_exception(EXCP_IBE);
1988 1990
    else

Also available in: Unified diff