* loop forever in fpc_do_exit in the ZX Spectrum RTL

git-svn-id: branches/z80@44869 -
This commit is contained in:
nickysn 2020-04-19 19:33:14 +00:00
parent 4bc5270f34
commit 04a4ff3f3f

View File

@ -71,6 +71,8 @@ end;
Procedure fpc_do_exit;[Public,Alias:'FPC_DO_EXIT']; compilerproc;
begin
repeat
until false;
end;
procedure PrintChar(Ch: Char);