forgot a continue.
This commit is contained in:
parent
a2f665de76
commit
0905b2ba25
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ complete_sections()
|
|||
continue;
|
||||
|
||||
outsect[sectindex].os_size += sect_comm[sectindex];
|
||||
if (flagword & RFLAG)
|
||||
if (flagword & RFLAG) continue;
|
||||
outsect[sectindex].os_lign =
|
||||
tstbit(sectindex, lignmap) ? sect_lign[sectindex] : 1;
|
||||
if (tstbit(sectindex, basemap)) {
|
||||
|
|
Loading…
Reference in a new issue