Explorar o código

* loop forever in system_exit

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

+ 2 - 0
rtl/zxspectrum/system.pp

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