Browse Source

* loop forever in system_exit

git-svn-id: branches/z80@45078 -
nickysn 5 years ago
parent
commit
d359787c91
1 changed files with 2 additions and 0 deletions
  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}