소스 검색

* fix possible use of invalid tai after an ait_cutobject

git-svn-id: trunk@4482 -
peter 19 년 전
부모
커밋
f668e4f012
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/i386/ag386nsm.pas

+ 1 - 1
compiler/i386/ag386nsm.pas

@@ -744,7 +744,7 @@ interface
                   hp:=tai(hp.next);
                 end;
                if lasTSectype<>sec_none then
-                 WriteSection(tai_section(hp).sectype,tai_section(hp).name^);
+                 WriteSection(lasTSectype,'');
                AsmStartSize:=AsmSize;
              end;