mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 13:39:26 +02:00
+ Added ait_frame
This commit is contained in:
parent
defd66af97
commit
b6cf3b2d68
@ -60,6 +60,7 @@ unit aasm;
|
|||||||
ait_regalloc, { for register,temp allocation debugging }
|
ait_regalloc, { for register,temp allocation debugging }
|
||||||
ait_tempalloc,
|
ait_tempalloc,
|
||||||
ait_marker,
|
ait_marker,
|
||||||
|
ait_frame,
|
||||||
{ never used, makes insertation of new ait_ easier to type }
|
{ never used, makes insertation of new ait_ easier to type }
|
||||||
ait_dummy);
|
ait_dummy);
|
||||||
|
|
||||||
@ -966,7 +967,10 @@ uses
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.57 1999-08-02 21:01:41 michael
|
Revision 1.58 1999-08-04 00:39:56 michael
|
||||||
|
+ Added ait_frame
|
||||||
|
|
||||||
|
Revision 1.57 1999/08/02 21:01:41 michael
|
||||||
* Moved toperand type back =(
|
* Moved toperand type back =(
|
||||||
|
|
||||||
Revision 1.56 1999/08/02 20:45:47 michael
|
Revision 1.56 1999/08/02 20:45:47 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user