Revision c3d2689d cpu-all.h

b/cpu-all.h
702 702
                          int flags);
703 703

  
704 704
void cpu_abort(CPUState *env, const char *fmt, ...)
705
    __attribute__ ((__format__ (__printf__, 2, 3)));
705
    __attribute__ ((__format__ (__printf__, 2, 3)))
706
    __attribute__ ((__noreturn__));
706 707
extern CPUState *first_cpu;
707 708
extern CPUState *cpu_single_env;
708 709
extern int code_copy_enabled;

Also available in: Unified diff