+ init exceptions and the unicode string manager

git-svn-id: branches/wasm@48291 -
This commit is contained in:
nickysn 2021-01-21 23:15:37 +00:00
parent 54299874d3
commit 84bf3a390e

View File

@ -173,5 +173,7 @@ begin
{$endif def FPC_HAS_FEATURE_DYNLIBS}
{ Setup heap }
InitHeap;
SysInitExceptions;
initunicodestringmanager;
DebugWriteLn('System unit initialization end');
end.