Explorar o código

* fixed warning in agsdasz80

git-svn-id: branches/z80@44833 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
fb9d7c1289
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/z80/agsdasz80.pas

+ 2 - 0
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)+')')