mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2025-11-19 19:40:19 +00:00
fix npe
This commit is contained in:
@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user