aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 6032794..fd1f424 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -221,7 +221,7 @@ output_gcov_string (string, delimiter)
const char *string;
long delimiter;
{
- long temp;
+ size_t temp;
/* Write a delimiter to indicate that a file name follows. */
__write_long (delimiter, bb_file, 4);