mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 22:47:09 +01:00
* Setting of ErrorCode:=217 in CatchUnhandledException is not needed because it set to 217 in System unit.
git-svn-id: trunk@5330 -
This commit is contained in:
parent
3ab20922d6
commit
21bd30b47c
@ -246,7 +246,6 @@ begin
|
||||
Writeln(stdout,BackTraceStrFunc(Frames[i]));
|
||||
end;
|
||||
Writeln(stdout,'');
|
||||
ErrorCode:=217;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user