diff options
Diffstat (limited to 'gdb/amd64-tdep.c')
-rw-r--r-- | gdb/amd64-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index b0926ad..21d66c5 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -1026,7 +1026,7 @@ amd64_skip_prefixes (gdb_byte *insn) This function is a nop, we don't want to print anything, we just want to compute the length of the insn. */ -static int ATTR_FORMAT (printf, 2, 3) +static int ATTRIBUTE_PRINTF (2, 3) amd64_insn_length_fprintf (void *stream, const char *format, ...) { return 0; |