浏览代码

* 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;
              storefilepos:=aktfilepos;
              aktfilepos:=sym.fileinfo;
              aktfilepos:=sym.fileinfo;
 
 
-             asmlist[cural].concat(tai_symbol_end.Createname(sym.mangledname));
+             curconstSegment.concat(tai_symbol_end.Createname(sym.mangledname));
              aktfilepos:=storefilepos;
              aktfilepos:=storefilepos;
            end;
            end;
       end;
       end;