aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov-dump.c')
-rw-r--r--gcc/gcov-dump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c
index fb64243..d70e4dd 100644
--- a/gcc/gcov-dump.c
+++ b/gcc/gcov-dump.c
@@ -241,7 +241,8 @@ dump_file (filename)
if ((error = gcov_is_error ()))
{
printf (error < 0 ? "%s:counter overflow at %lu\n" :
- "%s:read error at %lu\n", filename, gcov_position ());
+ "%s:read error at %lu\n", filename,
+ (long unsigned) gcov_position ());
break;
}
}