Revision 3c7b48b7 target-microblaze/op_helper.c

b/target-microblaze/op_helper.c
245 245
{
246 246
    mmu_write(env, rn, v);
247 247
}
248
#endif
249 248

  
250 249
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
251 250
                          int is_asi, int size)
......
282 281
    }
283 282
    env = saved_env;
284 283
}
284
#endif

Also available in: Unified diff