diff options
Diffstat (limited to 'target-unicore32/exec.h')
-rw-r--r-- | target-unicore32/exec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-unicore32/exec.h b/target-unicore32/exec.h index 4ab55f42cf..7912105e32 100644 --- a/target-unicore32/exec.h +++ b/target-unicore32/exec.h @@ -16,7 +16,6 @@ register struct CPUState_UniCore32 *env asm(AREG0); #include "cpu.h" -#include "exec-all.h" static inline void env_to_regs(void) { @@ -26,12 +25,6 @@ static inline void regs_to_env(void) { } -static inline int cpu_has_work(CPUState *env) -{ - return env->interrupt_request & - (CPU_INTERRUPT_HARD | CPU_INTERRUPT_EXITTB); -} - static inline int cpu_halted(CPUState *env) { if (!env->halted) { |