mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 04:48:07 +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;
|
||||
begin
|
||||
repeat
|
||||
until false;
|
||||
end;
|
||||
|
||||
{$else FULL_RTL}
|
||||
|
Loading…
Reference in New Issue
Block a user