* procbase -> cpubase

This commit is contained in:
michael 1999-08-01 23:09:26 +00:00
parent 59f5168068
commit 09eaa20eb5
2 changed files with 10 additions and 4 deletions

View File

@ -35,7 +35,7 @@ unit hcodegen;
,m68k
{$endif}
{$ifdef alpha}
,procbase
,cpubase
{$endif}
;
@ -301,7 +301,10 @@ end.
{
$Log$
Revision 1.35 1999-08-01 23:04:49 michael
Revision 1.36 1999-08-01 23:09:26 michael
* procbase -> cpubase
Revision 1.35 1999/08/01 23:04:49 michael
+ Changes for Alpha
Revision 1.34 1999/07/22 09:37:42 florian

View File

@ -42,7 +42,7 @@ unit symtable;
,m68k
{$endif}
{$ifdef alpha}
,procbase
,cpubase
,cpuinfo
{$endif}
{$ifdef GDB}
@ -2342,7 +2342,10 @@ implementation
end.
{
$Log$
Revision 1.31 1999-08-01 23:04:50 michael
Revision 1.32 1999-08-01 23:09:27 michael
* procbase -> cpubase
Revision 1.31 1999/08/01 23:04:50 michael
+ Changes for Alpha
Revision 1.30 1999/07/24 00:13:26 peter