* avoid that fpc_fillmem does not inline due too much nested calls

This commit is contained in:
florian 2024-01-15 22:42:32 +01:00
parent dd4f7e9148
commit b81f92536d

View File

@ -413,7 +413,7 @@ end;
procedure fpc_fillmem(out data;len:sizeuint;b : byte);
begin
FillByte(data,len,b);
FillChar(data,len,AnsiChar(b));
end;
{ Include generic pascal only routines which are not defined in the processor