mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 17:10:16 +02:00
* loop forever in system_exit
git-svn-id: branches/z80@45078 -
This commit is contained in:
parent
f6ab9729fb
commit
d359787c91
@ -182,6 +182,8 @@ end;
|
|||||||
|
|
||||||
procedure system_exit;
|
procedure system_exit;
|
||||||
begin
|
begin
|
||||||
|
repeat
|
||||||
|
until false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$else FULL_RTL}
|
{$else FULL_RTL}
|
||||||
|
Loading…
Reference in New Issue
Block a user