Revision c3affe56 target-s390x/helper.c

b/target-s390x/helper.c
57 57
    CPUS390XState *env = &cpu->env;
58 58

  
59 59
    env->pending_int |= INTERRUPT_TOD;
60
    cpu_interrupt(env, CPU_INTERRUPT_HARD);
60
    cpu_interrupt(CPU(cpu), CPU_INTERRUPT_HARD);
61 61
}
62 62

  
63 63
void s390x_cpu_timer(void *opaque)
......
66 66
    CPUS390XState *env = &cpu->env;
67 67

  
68 68
    env->pending_int |= INTERRUPT_CPUTIMER;
69
    cpu_interrupt(env, CPU_INTERRUPT_HARD);
69
    cpu_interrupt(CPU(cpu), CPU_INTERRUPT_HARD);
70 70
}
71 71
#endif
72 72

  

Also available in: Unified diff