Sfoglia il codice sorgente

* actually assign the section name for end of the resourcestrings

git-svn-id: trunk@32430 -
Jonas Maebe 9 anni fa
parent
commit
27219ae5ff
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/aasmcnst.pas

+ 1 - 1
compiler/aasmcnst.pas

@@ -971,7 +971,7 @@ implementation
              internalerror(2015110802);
            sym:=get_vectorized_dead_strip_section_symbol_end(basename,st,true);
            if not customsecname then
-             make_mangledname(basename,st,'3_END');
+             secname:=make_mangledname(basename,st,'3_END');
          end
        else if tcalo_vectorized_dead_strip_item in options then
          begin