mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00
* loop forever in fpc_do_exit in the ZX Spectrum RTL
git-svn-id: branches/z80@44869 -
This commit is contained in:
parent
4bc5270f34
commit
04a4ff3f3f
@ -71,6 +71,8 @@ end;
|
||||
|
||||
Procedure fpc_do_exit;[Public,Alias:'FPC_DO_EXIT']; compilerproc;
|
||||
begin
|
||||
repeat
|
||||
until false;
|
||||
end;
|
||||
|
||||
procedure PrintChar(Ch: Char);
|
||||
|
Loading…
Reference in New Issue
Block a user