2
0
Эх сурвалжийг харах

Add ait_ent and ait_ent_end to aiclass array

git-svn-id: trunk@21785 -
pierre 13 жил өмнө
parent
commit
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_force_line]:=tai_force_line;
         aiclass[ait_function_name]:=tai_function_name;
+        aiclass[ait_ent]:=tai_ent;
+        aiclass[ait_ent_end]:=tai_ent_end;
 {$ifdef alpha}
           { the follow is for the DEC Alpha }
         aiclass[ait_frame]:=tai_frame;
-        aiclass[ait_ent]:=tai_ent;
 {$endif alpha}
 {$ifdef m68k}
 { TODO: FIXME: tai_labeled_instruction doesn't exists}