Revision 2cbd949d target-cris/exec.h

b/target-cris/exec.h
45 45
void cpu_cris_flush_flags(CPUCRISState *env, int cc_op);
46 46
void helper_movec(CPUCRISState *env, int reg, uint32_t val);
47 47

  
48
void cpu_loop_exit(void);
49

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

Also available in: Unified diff