Revision 10c339a0 target-s390x/exec.h

b/target-s390x/exec.h
22 22

  
23 23
register struct CPUS390XState *env asm(AREG0);
24 24

  
25
#include "config.h"
25 26
#include "cpu.h"
26 27
#include "exec-all.h"
27 28

  
29
#if !defined(CONFIG_USER_ONLY)
30
#include "softmmu_exec.h"
31
#endif /* !defined(CONFIG_USER_ONLY) */
32

  
28 33
static inline int cpu_has_work(CPUState *env)
29 34
{
30 35
    return env->interrupt_request & CPU_INTERRUPT_HARD; // guess

Also available in: Unified diff