diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index f78b70a..27bfb42 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -3208,7 +3208,7 @@ disassemble_section (bfd *abfd, asection *section, void *inf) } } } - rel_ppend = rel_pp + rel_count; + rel_ppend = PTR_ADD (rel_pp, rel_count); if (!bfd_malloc_and_get_section (abfd, section, &data)) { |