+ added cgutils uses clause

This commit is contained in:
florian 2004-11-01 17:40:29 +00:00
parent 08a14f8fc4
commit 00a32c2b31
2 changed files with 13 additions and 5 deletions

View File

@ -39,7 +39,8 @@ interface
uses
globtype,globals,
aasmbase,aasmtai,
cgbase,cga,cgobj;
cgbase,cgutils,cga,cgobj,
tgobj;
{*****************************************************************************
MUL
@ -87,7 +88,10 @@ begin
end.
{
$Log$
Revision 1.4 2004-09-25 14:23:55 peter
Revision 1.5 2004-11-01 17:40:29 florian
+ added cgutils uses clause
Revision 1.4 2004/09/25 14:23:55 peter
* ungetregister is now only used for cpuregisters, renamed to
ungetcpuregister
* renamed (get|unget)explicitregister(s) to ..cpuregister

View File

@ -50,10 +50,11 @@ implementation
globtype,systems,
cutils,verbose,globals,
symconst,symdef,aasmbase,aasmtai,defutil,
cgbase,pass_1,pass_2,
pass_1,pass_2,
ncon,
cpubase,cpuinfo,
cga,ncgutil,cgobj,cgx86;
cgbase,cgutils,cga,cgobj,cgx86,
ncgutil;
{*****************************************************************************
TX8664MODDIVNODE
@ -204,7 +205,10 @@ begin
end.
{
$Log$
Revision 1.7 2004-09-25 14:23:55 peter
Revision 1.8 2004-11-01 17:40:29 florian
+ added cgutils uses clause
Revision 1.7 2004/09/25 14:23:55 peter
* ungetregister is now only used for cpuregisters, renamed to
ungetcpuregister
* renamed (get|unget)explicitregister(s) to ..cpuregister