* PS1: initialize exceptions on system unit startup

This commit is contained in:
Nikolay Nikolov 2024-10-04 23:54:29 +03:00
parent 47b4506802
commit f9ffdeaf9e

View File

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