mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:09:08 +02:00
- removed the stuff of the last commit :)
This commit is contained in:
parent
0316203723
commit
90c3d92173
@ -30,12 +30,10 @@ unit tgcpu;
|
|||||||
type
|
type
|
||||||
|
|
||||||
ttgalpha = Object(ttgobj)
|
ttgalpha = Object(ttgobj)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
tg : ttgalpha;
|
tg : ttgalpha;
|
||||||
reg_pushes : array[firstreg..lastreg] of longint;
|
|
||||||
is_reg_var : array[firstreg..lastreg] of boolean;
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
@ -44,7 +42,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 1999-08-03 00:25:28 florian
|
Revision 1.3 1999-08-03 00:28:24 florian
|
||||||
|
- removed the stuff of the last commit :)
|
||||||
|
|
||||||
|
Revision 1.2 1999/08/03 00:25:28 florian
|
||||||
* added reg var stuff
|
* added reg var stuff
|
||||||
|
|
||||||
Revision 1.1 1999/08/03 00:24:01 michael
|
Revision 1.1 1999/08/03 00:24:01 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user