Revision 20503968 target-alpha/cpu.h

b/target-alpha/cpu.h
433 433
                                int mmu_idx);
434 434
#define cpu_handle_mmu_fault cpu_alpha_handle_mmu_fault
435 435
void do_interrupt (CPUAlphaState *env);
436
void do_restore_state(CPUAlphaState *, void *retaddr);
437
void QEMU_NORETURN dynamic_excp(CPUAlphaState *, void *, int, int);
438
void QEMU_NORETURN arith_excp(CPUAlphaState *, void *, int, uint64_t);
436
void do_restore_state(CPUAlphaState *, uintptr_t retaddr);
437
void QEMU_NORETURN dynamic_excp(CPUAlphaState *, uintptr_t, int, int);
438
void QEMU_NORETURN arith_excp(CPUAlphaState *, uintptr_t, int, uint64_t);
439 439

  
440 440
uint64_t cpu_alpha_load_fpcr (CPUAlphaState *env);
441 441
void cpu_alpha_store_fpcr (CPUAlphaState *env, uint64_t val);

Also available in: Unified diff