+ endless loop in system_exit (for now)

git-svn-id: branches/wasm@48294 -
This commit is contained in:
nickysn 2021-01-21 23:22:44 +00:00
parent dd47111e61
commit ae39e3da44

View File

@ -84,6 +84,8 @@ End;
procedure System_exit;
begin
DebugWriteLn('System_exit');
repeat
until false;
End;
Function ParamCount: Longint;