Revision b14ef7c9 target-sparc/cpu.h

b/target-sparc/cpu.h
510 510

  
511 511
/* cpu-exec.c */
512 512
#if !defined(CONFIG_USER_ONLY)
513
void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
514
                          int is_asi, int size);
513
void cpu_unassigned_access(CPUState *env1, target_phys_addr_t addr,
514
                           int is_write, int is_exec, int is_asi, int size);
515 515
target_phys_addr_t cpu_get_phys_page_nofault(CPUState *env, target_ulong addr,
516 516
                                           int mmu_idx);
517 517

  

Also available in: Unified diff