mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:09:33 +02:00
+ endless loop in system_exit (for now)
git-svn-id: branches/wasm@48294 -
This commit is contained in:
parent
dd47111e61
commit
ae39e3da44
@ -84,6 +84,8 @@ End;
|
||||
procedure System_exit;
|
||||
begin
|
||||
DebugWriteLn('System_exit');
|
||||
repeat
|
||||
until false;
|
||||
End;
|
||||
|
||||
Function ParamCount: Longint;
|
||||
|
Loading…
Reference in New Issue
Block a user