mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:09:20 +02:00
* unused data structure removed
git-svn-id: trunk@35523 -
This commit is contained in:
parent
aa769348c0
commit
a8ba81a585
@ -48,11 +48,6 @@ unit rgx86;
|
|||||||
tpushedsavedfpu = array[tsuperregister] of tpushedsavedloc;
|
tpushedsavedfpu = array[tsuperregister] of tpushedsavedloc;
|
||||||
|
|
||||||
trgx86fpu = class
|
trgx86fpu = class
|
||||||
{ The "usableregsxxx" contain all registers of type "xxx" that }
|
|
||||||
{ aren't currently allocated to a regvar. The "unusedregsxxx" }
|
|
||||||
{ contain all registers of type "xxx" that aren't currently }
|
|
||||||
{ allocated }
|
|
||||||
unusedregsfpu,usableregsfpu : Tsuperregisterset;
|
|
||||||
{ these counters contain the number of elements in the }
|
{ these counters contain the number of elements in the }
|
||||||
{ unusedregsxxx/usableregsxxx sets }
|
{ unusedregsxxx/usableregsxxx sets }
|
||||||
countunusedregsfpu : byte;
|
countunusedregsfpu : byte;
|
||||||
@ -428,7 +423,6 @@ implementation
|
|||||||
constructor Trgx86fpu.create;
|
constructor Trgx86fpu.create;
|
||||||
begin
|
begin
|
||||||
used_in_proc:=[];
|
used_in_proc:=[];
|
||||||
unusedregsfpu:=usableregsfpu;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user