瀏覽代碼

+ 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;