Revision e18231a3 target-mips/op_helper.c

b/target-mips/op_helper.c
1911 1911
}
1912 1912

  
1913 1913
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
1914
                          int unused)
1914
                          int unused, int size)
1915 1915
{
1916 1916
    if (is_exec)
1917 1917
        do_raise_exception(EXCP_IBE);

Also available in: Unified diff