瀏覽代碼

* loop forever in fpc_do_exit in the ZX Spectrum RTL

git-svn-id: branches/z80@44869 -
nickysn 5 年之前
父節點
當前提交
04a4ff3f3f
共有 1 個文件被更改,包括 2 次插入0 次删除
  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);