mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 20:10:49 +02:00
* PS1: initialize exceptions on system unit startup
This commit is contained in:
parent
47b4506802
commit
f9ffdeaf9e
@ -121,5 +121,8 @@ begin
|
||||
_InitHeap(pdword(@bss_end),PtrUInt(StackBottom)-PtrUInt(@bss_end));
|
||||
InitHeap;
|
||||
|
||||
{ Init exceptions }
|
||||
SysInitExceptions;
|
||||
|
||||
InOutRes:= 0;
|
||||
end.
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user