From e8bca88dad73707fe8001b2f9ad1ea1826ffc202 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 30 Mar 2020 02:25:58 +0000 Subject: [PATCH] + output nothing for ait_symbol_end git-svn-id: branches/z80@44425 - --- compiler/z80/agz80asm.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/z80/agz80asm.pas b/compiler/z80/agz80asm.pas index 436214ba5e..ea381446ce 100644 --- a/compiler/z80/agz80asm.pas +++ b/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;