diff options
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index aa48f69..8bc0acb 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -1071,7 +1071,7 @@ process_abbrev_set (struct dwarf_section *section, /* PR 17531: file:4bcd9ce9. */ warn (_("Debug info is corrupted, abbrev size (%lx) is larger than " "abbrev section size (%lx)\n"), - (unsigned long) abbrev_base + abbrev_size, + (unsigned long) (abbrev_base + abbrev_size), (unsigned long) section->size); return NULL; } |