Browse Source

+ init exceptions and the unicode string manager

git-svn-id: branches/wasm@48291 -
nickysn 4 years ago
parent
commit
84bf3a390e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/wasi/system.pp

+ 2 - 0
rtl/wasi/system.pp

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