Revision 2cbd949d target-m68k/exec.h

b/target-m68k/exec.h
44 44
#include "softmmu_exec.h"
45 45
#endif
46 46

  
47
void cpu_loop_exit(void);
48

  
49 47
static inline int cpu_halted(CPUState *env) {
50 48
    if (!env->halted)
51 49
        return 0;

Also available in: Unified diff