* fixed warning in agsdasz80

git-svn-id: branches/z80@44833 -
This commit is contained in:
nickysn 2020-04-19 04:52:33 +00:00
parent fc9a5797dd
commit fb9d7c1289

View File

@ -342,6 +342,8 @@ unit agsdasz80;
writer.AsmWrite('<'); writer.AsmWrite('<');
addr_hi8: addr_hi8:
writer.AsmWrite('>'); writer.AsmWrite('>');
else
;
end; end;
if o.ref^.offset<>0 then if o.ref^.offset<>0 then
writer.AsmWrite('('+o.ref^.symbol.name+'+'+tostr(o.ref^.offset)+')') writer.AsmWrite('('+o.ref^.symbol.name+'+'+tostr(o.ref^.offset)+')')