瀏覽代碼

* PS1: initialize exceptions on system unit startup

Nikolay Nikolov 1 年之前
父節點
當前提交
f9ffdeaf9e
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      rtl/ps1/system.pp

+ 4 - 1
rtl/ps1/system.pp

@@ -121,5 +121,8 @@ begin
   _InitHeap(pdword(@bss_end),PtrUInt(StackBottom)-PtrUInt(@bss_end));
   InitHeap;
 
+  { Init exceptions }
+  SysInitExceptions;
+
   InOutRes:= 0;
-end.
+end.