Преглед изворни кода

+ output nothing for ait_symbol_end

git-svn-id: branches/z80@44425 -
nickysn пре 5 година
родитељ
комит
e8bca88dad
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      compiler/z80/agz80asm.pas

+ 3 - 0
compiler/z80/agz80asm.pas

@@ -243,6 +243,9 @@ unit agz80asm;
                    [ait_const,ait_realconst,ait_string]) then}
                   writer.AsmWriteLn(':');
               end;
+            ait_symbol_end :
+              begin
+              end;
             ait_const:
               begin
                 consttype:=tai_const(hp).consttype;