mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* dummy fix for concatcopy
git-svn-id: branches/avr@17028 -
This commit is contained in:
parent
4bb9407f72
commit
acac3ce37c
@ -1146,6 +1146,8 @@ unit cgcpu;
|
|||||||
current_asmdata.getjumplabel(l);
|
current_asmdata.getjumplabel(l);
|
||||||
if len>16 then
|
if len>16 then
|
||||||
begin
|
begin
|
||||||
|
reference_reset(srcref,0);
|
||||||
|
reference_reset(dstref,0);
|
||||||
{ TODO : load refs! }
|
{ TODO : load refs! }
|
||||||
copysize:=OS_8;
|
copysize:=OS_8;
|
||||||
if len<256 then
|
if len<256 then
|
||||||
|
Loading…
Reference in New Issue
Block a user