summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/reload.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-02 14:57:00 +0000
committerbde <bde@FreeBSD.org>1998-08-02 14:57:00 +0000
commit559a9a5f7d40627eaecd0fc3cd60b6d49c3853b9 (patch)
tree5c7532ffe938c31ce7fb57f752fd5ba10773074d /contrib/gcc/reload.c
parentaaeb261fcc7eacef2d74ca1937e92075a2de6ff2 (diff)
downloadFreeBSD-src-559a9a5f7d40627eaecd0fc3cd60b6d49c3853b9.zip
FreeBSD-src-559a9a5f7d40627eaecd0fc3cd60b6d49c3853b9.tar.gz
Fixed printf format errors. gcc should have a macro HOST_PTR_PRINTF_TYPE
to go with its HOST_PTR_PRINTF[_FORMAT], since if %p is wrong for the format then `void *' is probably wrong for the type.
Diffstat (limited to 'contrib/gcc/reload.c')
-rw-r--r--contrib/gcc/reload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/reload.c b/contrib/gcc/reload.c
index d797e74..71c0b16 100644
--- a/contrib/gcc/reload.c
+++ b/contrib/gcc/reload.c
@@ -5899,7 +5899,7 @@ debug_reload()
fprintf (stderr, ", inc by %d\n", reload_inc[r]);
if (reload_nocombine[r])
- fprintf (stderr, ", can combine", reload_nocombine[r]);
+ fprintf (stderr, ", can combine");
if (reload_secondary_p[r])
fprintf (stderr, ", secondary_reload_p");
OpenPOWER on IntegriCloud