diff options
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index 1a9f076..58884dc 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -172,8 +172,8 @@ typedef unsigned gcov_position_t; /* gcov_type is typedef'd elsewhere for the compiler */ #if IN_GCOV #define GCOV_LINKAGE static -typedef HOST_WIDEST_INT gcov_type; -typedef unsigned HOST_WIDEST_INT gcov_type_unsigned; +typedef int64_t gcov_type; +typedef uint64_t gcov_type_unsigned; #if IN_GCOV > 0 #include <sys/types.h> #endif |