mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:39:36 +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 FPC_HAS_FEATURE_SOFTFPU}
|
||||||
{$endif FPUNONE}
|
{$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}
|
{$else FULL_RTL}
|
||||||
{$I z80.inc}
|
{$I z80.inc}
|
||||||
{$endif FULL_RTL}
|
{$endif FULL_RTL}
|
||||||
|
Loading…
Reference in New Issue
Block a user