mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 19:10:29 +02:00
* added reg var stuff
This commit is contained in:
parent
382edb8cb4
commit
3a6062e7a6
@ -34,6 +34,8 @@ unit tgcpu;
|
||||
|
||||
var
|
||||
tg : ttgalpha;
|
||||
reg_pushes : array[firstreg..lastreg] of longint;
|
||||
is_reg_var : array[firstreg..lastreg] of boolean;
|
||||
|
||||
implementation
|
||||
|
||||
@ -42,10 +44,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1999-08-03 00:24:01 michael
|
||||
Revision 1.2 1999-08-03 00:25:28 florian
|
||||
* added reg var stuff
|
||||
|
||||
Revision 1.1 1999/08/03 00:24:01 michael
|
||||
+ Initial implementation
|
||||
|
||||
Revision 1.1 1999/08/02 17:14:14 florian
|
||||
+ changed the temp. generator to an object
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user