|
@@ -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.
|