mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 15:10:25 +02:00
- removed unused local vars of tcgz80.g_concatcopy
git-svn-id: branches/z80@44693 -
This commit is contained in:
parent
26e93d1e02
commit
87258f4004
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user