Przeglądaj źródła

* fixed string length which makes ObjC section names fit

git-svn-id: trunk@12889 -
florian 16 lat temu
rodzic
commit
442333d05f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compiler/ogcoff.pas

+ 1 - 1
compiler/ogcoff.pas

@@ -478,7 +478,7 @@ implementation
        SymbolMaxGrow = 200*sizeof(coffsymbol);
        StrsMaxGrow   = 8192;
 
-       coffsecnames : array[TAsmSectiontype] of string[17] = ('',
+       coffsecnames : array[TAsmSectiontype] of string[20] = ('',
           '.text','.data','.data','.data','.bss','.tls',
           '.text',
           '.pdata',