Still override alignment even if not satisfied

This commit is contained in:
ISSOtm
2020-03-22 11:52:31 +01:00
parent baeec2315f
commit 062fa5392b

View File

@@ -107,8 +107,7 @@ static struct Section *getSection(char const *pzName, enum SectionType type,
if (org & mask)
yyerror("Section \"%s\"'s fixed address doesn't match its alignment",
pzName);
else
alignment = 1; /* Ignore it if it's satisfied */
alignment = 1; /* Ignore it if it's satisfied */
}
}