mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 16:59:12 +02:00
* 0->nil
This commit is contained in:
parent
dd69b121a9
commit
d298043d6b
@ -34,7 +34,7 @@ begin
|
|||||||
ExitProc:=OldExit;
|
ExitProc:=OldExit;
|
||||||
if ExitCode=201 then
|
if ExitCode=201 then
|
||||||
begin
|
begin
|
||||||
ErrorAddr:=0;
|
ErrorAddr:=nil;
|
||||||
longjmp(RTE201Buf,1);
|
longjmp(RTE201Buf,1);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user