浏览代码

Add ait_ent and ait_ent_end to aiclass array

git-svn-id: trunk@21785 -
pierre 13 年之前
父节点
当前提交
31a3f4f4a0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/psystem.pas

+ 2 - 1
compiler/psystem.pas

@@ -610,10 +610,11 @@ implementation
         aiclass[ait_stab]:=tai_stab;
         aiclass[ait_stab]:=tai_stab;
         aiclass[ait_force_line]:=tai_force_line;
         aiclass[ait_force_line]:=tai_force_line;
         aiclass[ait_function_name]:=tai_function_name;
         aiclass[ait_function_name]:=tai_function_name;
+        aiclass[ait_ent]:=tai_ent;
+        aiclass[ait_ent_end]:=tai_ent_end;
 {$ifdef alpha}
 {$ifdef alpha}
           { the follow is for the DEC Alpha }
           { the follow is for the DEC Alpha }
         aiclass[ait_frame]:=tai_frame;
         aiclass[ait_frame]:=tai_frame;
-        aiclass[ait_ent]:=tai_ent;
 {$endif alpha}
 {$endif alpha}
 {$ifdef m68k}
 {$ifdef m68k}
 { TODO: FIXME: tai_labeled_instruction doesn't exists}
 { TODO: FIXME: tai_labeled_instruction doesn't exists}