diff options
Diffstat (limited to 'target-sparc/exec.h')
| -rw-r--r-- | target-sparc/exec.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index f5c221e48c..2395b0092f 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -12,20 +12,4 @@ register struct CPUSPARCState *env asm(AREG0); #include "softmmu_exec.h" #endif /* !defined(CONFIG_USER_ONLY) */ -/* op_helper.c */ -void do_interrupt(CPUState *env); - -static inline int cpu_has_work(CPUState *env1) -{ - return (env1->interrupt_request & CPU_INTERRUPT_HARD) && - cpu_interrupts_enabled(env1); -} - - -static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb) -{ - env->pc = tb->pc; - env->npc = tb->cs_base; -} - #endif |