diff options
-rw-r--r-- | gcc/dwarf2out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 0ac402daa96..634424543c4 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -24391,8 +24391,8 @@ typedef struct accel_table { uint32_t magic; uint16_t version; uint16_t hash_function; - uint16_t bucket_count; - uint16_t hashes_count; + uint32_t bucket_count; + uint32_t hashes_count; uint32_t header_data_len; accel_table_header_data header_data; |