rgbasm: remove option for random fill character

This commit is contained in:
bentley
2010-01-15 17:04:34 -07:00
parent b63924ebf4
commit 48fd34c923
2 changed files with 8 additions and 13 deletions

View File

@@ -724,8 +724,7 @@ void
out_Skip(int skip)
{
checksection();
if ((CurrentOptions.fillchar == -1)
|| !((pCurrentSection->nType == SECT_HOME)
if (!((pCurrentSection->nType == SECT_HOME)
|| (pCurrentSection->nType == SECT_CODE))) {
pCurrentSection->nPC += skip;
nPC += skip;