mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Still override alignment even if not satisfied
This commit is contained in:
@@ -107,7 +107,6 @@ static struct Section *getSection(char const *pzName, enum SectionType type,
|
|||||||
if (org & mask)
|
if (org & mask)
|
||||||
yyerror("Section \"%s\"'s fixed address doesn't match its alignment",
|
yyerror("Section \"%s\"'s fixed address doesn't match its alignment",
|
||||||
pzName);
|
pzName);
|
||||||
else
|
|
||||||
alignment = 1; /* Ignore it if it's satisfied */
|
alignment = 1; /* Ignore it if it's satisfied */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user