ソースを参照

* fixed compile error

git-svn-id: branches/fixes_2_0@2309 -
peter 19 年 前
コミット
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;