mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +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('<');
|
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)+')')
|
||||||
|
Loading…
Reference in New Issue
Block a user