]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/qemu/osdep.h
qemu/osdep: Switch position of "extern" and "G_NORETURN"
[mirror_qemu.git] / include / qemu / osdep.h
index f68b5d8708c82ba2cb535e11affdeb3f296a9ab4..9eff0be95bd5c90ed7ee70ee3b561361bc65943d 100644 (file)
@@ -237,7 +237,7 @@ extern "C" {
  * supports QEMU_ERROR, this will be reported at compile time; otherwise
  * this will be reported at link time due to the missing symbol.
  */
-extern G_NORETURN
+G_NORETURN extern
 void QEMU_ERROR("code path is reachable")
     qemu_build_not_reached_always(void);
 #if defined(__OPTIMIZE__) && !defined(__NO_INLINE__)