]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/mips/malta.c
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
[mirror_qemu.git] / hw / mips / malta.c
index 55037eb90f0e596e019fb61c960e61321ccb187d..6288511723e1c81c450c6d86bbcd1650e3c532fc 100644 (file)
@@ -995,7 +995,7 @@ static void write_bootloader(uint8_t *base, uint64_t run_addr,
 
 }
 
-static void GCC_FMT_ATTR(3, 4) prom_set(uint32_t *prom_buf, int index,
+static void G_GNUC_PRINTF(3, 4) prom_set(uint32_t *prom_buf, int index,
                                         const char *string, ...)
 {
     va_list ap;