Browse Source

+ output nothing for ait_symbol_end

git-svn-id: branches/z80@44425 -
nickysn 5 years ago
parent
commit
e8bca88dad
1 changed files with 3 additions and 0 deletions
  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;