mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 12:30:42 +02:00
+ Added cpuasm for alpha
This commit is contained in:
parent
13dd5edfc6
commit
d14de4009e
@ -31,6 +31,7 @@ unit tgobj;
|
||||
{$else i386}
|
||||
cpubase,
|
||||
cpuinfo,
|
||||
cpuasm,
|
||||
{$endif i386}
|
||||
cobjects,globals,tree,hcodegen,verbose,files,aasm;
|
||||
|
||||
@ -694,7 +695,10 @@ unit tgobj;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1999-08-03 00:32:13 florian
|
||||
Revision 1.4 1999-08-03 00:33:23 michael
|
||||
+ Added cpuasm for alpha
|
||||
|
||||
Revision 1.3 1999/08/03 00:32:13 florian
|
||||
* reg_vars and reg_pushes is now in tgobj
|
||||
|
||||
Revision 1.2 1999/08/02 23:13:22 florian
|
||||
|
Loading…
Reference in New Issue
Block a user