浏览代码

+ cpu flags added, mainly for the new cg

florian 26 年之前
父节点
当前提交
76a851a1d4
共有 1 个文件被更改,包括 12 次插入2 次删除
  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_tempalloc,
           ait_marker,
-          ait_frame, 
+
+          { the follow is for the DEC Alpha }
+          ait_frame,
           ait_ent,
+
           { never used, makes insertation of new ait_ easier to type }
+          { lazy guy !!!! ;-) (FK) }
           ait_dummy);
 
+       tcpuflags = (cf_64bitaddr);
+       tcpuflagset = set of tcpuflags;
+
 
   { asm symbol functions }
     type
@@ -968,7 +975,10 @@ uses
 end.
 {
   $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
 
   Revision 1.58  1999/08/04 00:39:56  michael