diff --git a/compiler/psystem.pas b/compiler/psystem.pas index 6d86b4ba06..1cb59e0420 100644 --- a/compiler/psystem.pas +++ b/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}