mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
+ more dummy functions added
git-svn-id: branches/z80@45036 -
This commit is contained in:
parent
4a0ad586d0
commit
11433210d7
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user