Jelajahi Sumber

+ init exceptions and the unicode string manager

git-svn-id: branches/wasm@48291 -
nickysn 4 tahun lalu
induk
melakukan
84bf3a390e
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      rtl/wasi/system.pp

+ 2 - 0
rtl/wasi/system.pp

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