diff options
Diffstat (limited to 'target-m68k/exec.h')
| -rw-r--r-- | target-m68k/exec.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target-m68k/exec.h b/target-m68k/exec.h index 91daa6bac4..93e7912148 100644 --- a/target-m68k/exec.h +++ b/target-m68k/exec.h @@ -22,19 +22,7 @@ register struct CPUM68KState *env asm(AREG0); #include "cpu.h" -#include "exec-all.h" #if !defined(CONFIG_USER_ONLY) #include "softmmu_exec.h" #endif - -static inline int cpu_has_work(CPUState *env) -{ - return (env->interrupt_request & (CPU_INTERRUPT_HARD)); -} - -static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb) -{ - env->pc = tb->pc; -} - |