Revision b14ef7c9 target-alpha/cpu.h

b/target-alpha/cpu.h
434 434
void cpu_alpha_store_fpcr (CPUState *env, uint64_t val);
435 435
#ifndef CONFIG_USER_ONLY
436 436
void swap_shadow_regs(CPUState *env);
437
extern QEMU_NORETURN void do_unassigned_access(target_phys_addr_t addr,
438
                                               int, int, int, int);
437
QEMU_NORETURN void cpu_unassigned_access(CPUState *env1,
438
                                         target_phys_addr_t addr, int is_write,
439
                                         int is_exec, int unused, int size);
439 440
#endif
440 441

  
441 442
/* Bits in TB->FLAGS that control how translation is processed.  */

Also available in: Unified diff