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