mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:59:10 +02:00
Enabled signal handlers
git-svn-id: trunk@22752 -
This commit is contained in:
parent
a01677e546
commit
f7c333cee0
@ -354,10 +354,7 @@ begin
|
||||
StackLength := CheckInitialStkLen(initialStkLen);
|
||||
StackBottom := initialstkptr - StackLength;
|
||||
{ Set up signals handlers (may be needed by init code to test cpu features) }
|
||||
{$ifndef cpum68k}
|
||||
InstallSignals;
|
||||
{$endif cpum68k}
|
||||
|
||||
{$if defined(cpui386) or defined(cpuarm)}
|
||||
fpc_cpucodeinit;
|
||||
{$endif cpui386}
|
||||
@ -376,8 +373,6 @@ begin
|
||||
InitSystemThreads;
|
||||
initvariantmanager;
|
||||
{ restore original signal handlers in case this is a library }
|
||||
{$ifndef cpum68k}
|
||||
if IsLibrary then
|
||||
RestoreOldSignalHandlers;
|
||||
{$endif cpum68k}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user