Procházet zdrojové kódy

* fixed compile error

git-svn-id: branches/fixes_2_0@2309 -
peter před 19 roky
rodič
revize
e21f43ad06
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/ptconst.pas

+ 1 - 1
compiler/ptconst.pas

@@ -1093,7 +1093,7 @@ implementation
              storefilepos:=aktfilepos;
              aktfilepos:=sym.fileinfo;
 
-             asmlist[cural].concat(tai_symbol_end.Createname(sym.mangledname));
+             curconstSegment.concat(tai_symbol_end.Createname(sym.mangledname));
              aktfilepos:=storefilepos;
            end;
       end;