mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 14:30:27 +02:00
Fix compilation of netware system unit
git-svn-id: trunk@36838 -
This commit is contained in:
parent
c9be061921
commit
1aab7e7ee2
@ -177,7 +177,7 @@ end;
|
||||
|
||||
const StackErr : boolean = false;
|
||||
|
||||
procedure int_stackcheck(stack_size:SizeUInt);[public,alias:'FPC_STACKCHECK']; compilerproc;
|
||||
procedure fpc_stackcheck(stack_size:SizeUInt);[public,alias:'FPC_STACKCHECK']; compilerproc;
|
||||
{
|
||||
called when trying to get local stack if the compiler directive $S
|
||||
is set this function must preserve all registers
|
||||
@ -392,7 +392,7 @@ begin
|
||||
ConsolePrintf (#13'Calling do_exit'#13#10);
|
||||
{$endif}
|
||||
SigTermHandlerActive := true; { to avoid that system_exit calls _exit }
|
||||
do_exit; { calls finalize units }
|
||||
internal_do_exit; { calls finalize units }
|
||||
if assigned (SetThreadDataAreaPtr) then
|
||||
SetThreadDataAreaPtr (oldPtr);
|
||||
_SetThreadGroupID (oldTG);
|
||||
|
Loading…
Reference in New Issue
Block a user