Fix bollixed check-in
This commit is contained in:
parent
2d4f3e92ff
commit
5ba8816a2d
1 changed files with 2 additions and 2 deletions
|
@ -2946,11 +2946,11 @@ already_linked_newfunc (struct bfd_hash_entry *entry ATTRIBUTE_UNUSED,
|
|||
struct bfd_section_already_linked_hash_entry *ret =
|
||||
bfd_hash_allocate (table, sizeof *ret);
|
||||
|
||||
ret->entry = NULL;
|
||||
|
||||
if (ret == NULL)
|
||||
return ret;
|
||||
|
||||
ret->entry = NULL;
|
||||
|
||||
return &ret->root;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue