Browse Source

+ cpu flags added, mainly for the new cg

florian 26 years ago
parent
commit
76a851a1d4
1 changed files with 12 additions and 2 deletions
  1. 12 2
      compiler/aasm.pas

+ 12 - 2
compiler/aasm.pas

@@ -60,11 +60,18 @@ 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, 
+
+          { the follow is for the DEC Alpha }
+          ait_frame,
           ait_ent,
           ait_ent,
+
           { never used, makes insertation of new ait_ easier to type }
           { never used, makes insertation of new ait_ easier to type }
+          { lazy guy !!!! ;-) (FK) }
           ait_dummy);
           ait_dummy);
 
 
+       tcpuflags = (cf_64bitaddr);
+       tcpuflagset = set of tcpuflags;
+
 
 
   { asm symbol functions }
   { asm symbol functions }
     type
     type
@@ -968,7 +975,10 @@ uses
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.59  1999-08-05 15:51:01  michael
+  Revision 1.60  1999-08-06 15:30:17  florian
+    + cpu flags added, mainly for the new cg
+
+  Revision 1.59  1999/08/05 15:51:01  michael
   * Added ait_frame, ait_ent
   * Added ait_frame, ait_ent
 
 
   Revision 1.58  1999/08/04 00:39:56  michael
   Revision 1.58  1999/08/04 00:39:56  michael