2
0
mirror of https://frontier.innolan.net/github/amigaos-binutils.git synced 2025-11-19 19:40:19 +00:00
This commit is contained in:
Bebbo
2018-02-08 00:07:34 +01:00
parent eb800e9744
commit 08fcd15f16

View File

@ -1621,7 +1621,7 @@ amiga_write_object_contents (
if (AMIGA_DATA(abfd)->IsLoadFile)
{
// remove .stab and .stabstr
for (q = abfd->sections, p = q->next; ; p = p->next)
for (q = abfd->sections, p = q->next; p; p = p->next)
{
if (0 == strcmp (p->name, ".stab"))
{