|
@@ -2680,6 +2680,7 @@ begin
|
|
{$IFDEF VerbosePasAnalyzer}
|
|
{$IFDEF VerbosePasAnalyzer}
|
|
writeln('TPasAnalyzer.EmitSectionHints ',GetElModName(Section));
|
|
writeln('TPasAnalyzer.EmitSectionHints ',GetElModName(Section));
|
|
{$ENDIF}
|
|
{$ENDIF}
|
|
|
|
+ if Section=nil then exit;
|
|
// initialization, program or library sections
|
|
// initialization, program or library sections
|
|
aModule:=Section.GetModule;
|
|
aModule:=Section.GetModule;
|
|
UsesClause:=Section.UsesClause;
|
|
UsesClause:=Section.UsesClause;
|