Revision 2cbd949d target-sparc/exec.h

b/target-sparc/exec.h
24 24
/* op_helper.c */
25 25
void do_interrupt(CPUState *env);
26 26

  
27
/* cpu-exec.c */
28
void cpu_loop_exit(void);
29

  
30 27
static inline int cpu_halted(CPUState *env1) {
31 28
    if (!env1->halted)
32 29
        return 0;

Also available in: Unified diff