From fb9d7c1289b8d1f8c07992461ee4a70aec3b7730 Mon Sep 17 00:00:00 2001 From: nickysn Date: Sun, 19 Apr 2020 04:52:33 +0000 Subject: [PATCH] * fixed warning in agsdasz80 git-svn-id: branches/z80@44833 - --- compiler/z80/agsdasz80.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/z80/agsdasz80.pas b/compiler/z80/agsdasz80.pas index 1786a48be0..06b8f1e75b 100644 --- a/compiler/z80/agsdasz80.pas +++ b/compiler/z80/agsdasz80.pas @@ -342,6 +342,8 @@ unit agsdasz80; writer.AsmWrite('<'); addr_hi8: writer.AsmWrite('>'); + else + ; end; if o.ref^.offset<>0 then writer.AsmWrite('('+o.ref^.symbol.name+'+'+tostr(o.ref^.offset)+')')