Revision 24ebf5f3 qemu-common.h

b/qemu-common.h
11 11
#define QEMU_WARN_UNUSED_RESULT
12 12
#endif
13 13

  
14
#define QEMU_BUILD_BUG_ON(x) typedef char __build_bug_on__##__LINE__[(x)?-1:1];
15

  
14 16
/* Hack around the mess dyngen-exec.h causes: We need QEMU_NORETURN in files that
15 17
   cannot include the following headers without conflicts. This condition has
16 18
   to be removed once dyngen is gone. */

Also available in: Unified diff