Explorar el Código

* fix possible use of invalid tai after an ait_cutobject

git-svn-id: trunk@4482 -
peter hace 19 años
padre
commit
f668e4f012
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;