From 23fda6dc1c119395faaaa44571a0860680554765 Mon Sep 17 00:00:00 2001 From: tom_at_work Date: Tue, 7 Mar 2006 20:15:26 +0000 Subject: [PATCH] * fixed compilation git-svn-id: trunk@2802 - --- compiler/powerpc64/aasmcpu.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/powerpc64/aasmcpu.pas b/compiler/powerpc64/aasmcpu.pas index ea1e45b5bd..4850e68300 100644 --- a/compiler/powerpc64/aasmcpu.pas +++ b/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