瀏覽代碼

* fixed compilation

git-svn-id: trunk@2802 -
tom_at_work 19 年之前
父節點
當前提交
23fda6dc1c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/powerpc64/aasmcpu.pas

+ 2 - 2
compiler/powerpc64/aasmcpu.pas

@@ -464,7 +464,7 @@ procedure fixup_jmps(list: taasmoutput);
 var
   p: tai;
   newjmp: taicpu;
-  labelpositions: TFPObjectList;
+  labelpositions: TFPList;
   instrpos: ptrint;
   l: tasmlabel;
   inserted_something: boolean;
@@ -472,7 +472,7 @@ begin
   // if certainly not enough instructions to cause an overflow, don't bother
   if (list.count <= (high(smallint) div 4)) then
     exit;
-  labelpositions := tlist.create;
+  labelpositions := TFPList.create;
   p := tai(list.first);
   instrpos := 1;
   // record label positions