- removed unused local vars of tcgz80.g_concatcopy

git-svn-id: branches/z80@44693 -
This commit is contained in:
nickysn 2020-04-11 21:18:36 +00:00
parent 26e93d1e02
commit 87258f4004

View File

@ -1870,12 +1870,8 @@ unit cgcpu;
procedure tcgz80.g_concatcopy(list : TAsmList;const source,dest : treference;len : tcgint);
var
countreg,tmpreg,srcreg,dstreg: tregister;
tmpreg,srcreg,dstreg: tregister;
srcref,dstref : treference;
copysize,countregsize : tcgsize;
l : TAsmLabel;
i : longint;
SrcQuickRef, DestQuickRef : Boolean;
begin
if (len=1) and (not assigned(source.symbol) and
((source.base=NR_IX) or (source.base=NR_IY) or