From b6cf3b2d68eacd48a9f1928ac3d6d1aa7a511fcd Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 4 Aug 1999 00:39:56 +0000 Subject: [PATCH] + Added ait_frame --- compiler/aasm.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/aasm.pas b/compiler/aasm.pas index fba6dc13d6..ea8e5e1845 100644 --- a/compiler/aasm.pas +++ b/compiler/aasm.pas @@ -60,6 +60,7 @@ unit aasm; ait_regalloc, { for register,temp allocation debugging } ait_tempalloc, ait_marker, + ait_frame, { never used, makes insertation of new ait_ easier to type } ait_dummy); @@ -966,7 +967,10 @@ uses end. { $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 =( Revision 1.56 1999/08/02 20:45:47 michael