* loop forever in system_exit

git-svn-id: branches/z80@45078 -
This commit is contained in:
nickysn 2020-04-25 21:10:42 +00:00
parent f6ab9729fb
commit d359787c91

View File

@ -182,6 +182,8 @@ end;
procedure system_exit;
begin
repeat
until false;
end;
{$else FULL_RTL}