diff options
Diffstat (limited to 'target-alpha/exec.h')
-rw-r--r-- | target-alpha/exec.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-alpha/exec.h b/target-alpha/exec.h index 99b31312e3..bf0c80e237 100644 --- a/target-alpha/exec.h +++ b/target-alpha/exec.h @@ -48,11 +48,6 @@ static always_inline void regs_to_env(void) { } -int cpu_alpha_handle_mmu_fault (CPUState *env, uint64_t address, int rw, - int mmu_idx, int is_softmmu); - -void do_interrupt (CPUState *env); - static always_inline int cpu_halted(CPUState *env) { if (!env->halted) return 0; |