|
@@ -759,8 +759,8 @@ interface
|
|
;
|
|
;
|
|
ait_section:
|
|
ait_section:
|
|
begin
|
|
begin
|
|
- {if LasTSec<>sec_none then
|
|
|
|
- AsmWriteLn('_'+target_asm.secnames[LasTSec]+#9#9'ENDS');}
|
|
|
|
|
|
+ {if LastSecType<>sec_none then
|
|
|
|
+ AsmWriteLn('_'+target_asm.secnames[LastSecType]+#9#9'ENDS');}
|
|
|
|
|
|
if tai_section(hp).sectype<>sec_none then
|
|
if tai_section(hp).sectype<>sec_none then
|
|
begin
|
|
begin
|
|
@@ -780,7 +780,7 @@ interface
|
|
AsmLn;
|
|
AsmLn;
|
|
AsmWriteLn(#9+secnames[tai_section(hp).sectype]+' '+cur_CSECT_name+cur_CSECT_class);
|
|
AsmWriteLn(#9+secnames[tai_section(hp).sectype]+' '+cur_CSECT_name+cur_CSECT_class);
|
|
end;
|
|
end;
|
|
- LasTSec:=tai_section(hp).sectype;
|
|
|
|
|
|
+ LastSecType:=tai_section(hp).sectype;
|
|
end;
|
|
end;
|
|
ait_align:
|
|
ait_align:
|
|
begin
|
|
begin
|