mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
Remove tai_ent, which is moved to aasmtai unit
git-svn-id: trunk@21783 -
This commit is contained in:
parent
0a21c01737
commit
502cd6db29
@ -39,11 +39,6 @@ unit aasmcpu;
|
||||
Constructor Create (GP : Tregister; Localsize : Longint; RA : TRegister; L : longint);
|
||||
end;
|
||||
|
||||
tai_ent = class(tai)
|
||||
Name : string;
|
||||
Constructor Create (const ProcName : String);
|
||||
end;
|
||||
|
||||
|
||||
taicpu = class(tai_cpu_abstract_sym)
|
||||
constructor op_none(op : tasmop);
|
||||
@ -260,14 +255,6 @@ implementation
|
||||
LU:=L;
|
||||
end;
|
||||
|
||||
Constructor tai_ent.Create (const ProcName : String);
|
||||
|
||||
begin
|
||||
Inherited Create;
|
||||
typ:=ait_ent;
|
||||
Name:=ProcName;
|
||||
end;
|
||||
|
||||
procedure InitAsm;
|
||||
begin
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user