X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bsd-user%2Fqemu.h;h=21c06f2e70032a4ef723a8a4a40201e3d2293d46;hb=9edc6313da34699ebd2bae4573ea22339b26450a;hp=af272c2a802a5a9575ea6fba9248428f36cbd896;hpb=e7b794282264868d84b3d9a5da222b08a783d8fb;p=mirror_qemu.git diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index af272c2a80..21c06f2e70 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -175,7 +175,7 @@ abi_long do_netbsd_syscall(void *cpu_env, int num, abi_long arg1, abi_long do_openbsd_syscall(void *cpu_env, int num, abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, abi_long arg5, abi_long arg6); -void gemu_log(const char *fmt, ...) GCC_FMT_ATTR(1, 2); +void gemu_log(const char *fmt, ...) G_GNUC_PRINTF(1, 2); extern __thread CPUState *thread_cpu; void cpu_loop(CPUArchState *env); char *target_strerror(int err);