Explorar o código

* loop forever in fpc_do_exit in the ZX Spectrum RTL

git-svn-id: branches/z80@44869 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
04a4ff3f3f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      rtl/zxspectrum/system.pp

+ 2 - 0
rtl/zxspectrum/system.pp

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