diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/coffcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 84269bd..eadb898 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -3014,7 +3014,7 @@ coff_compute_section_file_positions (abfd) else current->target_index = target_index++; } - abfd->section_tail = ¤t->next + abfd->section_tail = ¤t->next; free (section_list); } |