summaryrefslogtreecommitdiff
path: root/gas/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/macro.c')
-rw-r--r--gas/macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/macro.c b/gas/macro.c
index e2cfbee543..d799ba586e 100644
--- a/gas/macro.c
+++ b/gas/macro.c
@@ -419,7 +419,7 @@ get_any_string (size_t idx, sb *in, sb *out)
idx + 1,
in,
&val);
- sprintf (buf, "%" BFD_VMA_FMT "d", val);
+ sprintf (buf, "%" PRId64, (int64_t) val);
sb_add_string (out, buf);
}
else if (in->ptr[idx] == '"'