mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
* avoid that fpc_fillmem does not inline due too much nested calls
This commit is contained in:
parent
dd4f7e9148
commit
b81f92536d
@ -413,7 +413,7 @@ end;
|
|||||||
|
|
||||||
procedure fpc_fillmem(out data;len:sizeuint;b : byte);
|
procedure fpc_fillmem(out data;len:sizeuint;b : byte);
|
||||||
begin
|
begin
|
||||||
FillByte(data,len,b);
|
FillChar(data,len,AnsiChar(b));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ Include generic pascal only routines which are not defined in the processor
|
{ Include generic pascal only routines which are not defined in the processor
|
||||||
|
Loading…
Reference in New Issue
Block a user