aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r--gcc/tree-pretty-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c
index c21766e..06c9f13 100644
--- a/gcc/tree-pretty-print.c
+++ b/gcc/tree-pretty-print.c
@@ -272,7 +272,7 @@ dump_generic_node (pretty_printer *buffer, tree node, int spc, int flags,
dump_vops (buffer, node, spc, flags);
if (is_stmt && (flags & TDF_STMTADDR))
- pp_printf (buffer, "<&0x%x> ", (unsigned int)node);
+ pp_printf (buffer, "<&%p> ", (void *)node);
if (dumping_stmts
&& (flags & TDF_LINENO)