mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:26:06 +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;
|
procedure System_exit;
|
||||||
begin
|
begin
|
||||||
DebugWriteLn('System_exit');
|
DebugWriteLn('System_exit');
|
||||||
|
repeat
|
||||||
|
until false;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
Function ParamCount: Longint;
|
Function ParamCount: Longint;
|
||||||
|
Loading…
Reference in New Issue
Block a user