Revision 49a945a3 target-s390x/exec.h

b/target-s390x/exec.h
35 35
    return env->interrupt_request & CPU_INTERRUPT_HARD; // guess
36 36
}
37 37

  
38
static inline void regs_to_env(void)
39
{
40
}
41

  
42
static inline void env_to_regs(void)
43
{
44
}
45

  
46 38
static inline int cpu_halted(CPUState *env)
47 39
{
48 40
    if (!env->halted) {

Also available in: Unified diff