Просмотр исходного кода

* fixed compile error

git-svn-id: branches/fixes_2_0@2309 -
peter 19 лет назад
Родитель
Сommit
e21f43ad06
1 измененных файлов с 1 добавлено и 1 удалено
  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;