mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
* fixed warning in agsdasz80
git-svn-id: branches/z80@44833 -
This commit is contained in:
parent
fc9a5797dd
commit
fb9d7c1289
@ -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)+')')
|
||||
|
Loading…
Reference in New Issue
Block a user