Explorar el Código

+ output nothing for ait_symbol_end

git-svn-id: branches/z80@44425 -
nickysn hace 5 años
padre
commit
e8bca88dad
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;