+ more dummy functions added

git-svn-id: branches/z80@45036 -
This commit is contained in:
nickysn 2020-04-23 03:19:56 +00:00
parent 4a0ad586d0
commit 11433210d7

View File

@ -162,6 +162,28 @@ const
{$endif FPC_HAS_FEATURE_SOFTFPU}
{$endif FPUNONE}
procedure randomize;
begin
end;
procedure SysInitStdIO;
begin
end;
function GetProcessID: SizeUInt;
begin
GetProcessID:=0;
end;
function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
begin
result := stklen;
end;
procedure system_exit;
begin
end;
{$else FULL_RTL}
{$I z80.inc}
{$endif FULL_RTL}