mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 20:02:38 +02:00
* return from unhandled exception handler to system unit so things get cleaned up properly
git-svn-id: trunk@4708 -
This commit is contained in:
parent
5ca8549895
commit
3c50c5f714
@ -246,7 +246,7 @@ begin
|
||||
Writeln(stdout,BackTraceStrFunc(Frames[i]));
|
||||
end;
|
||||
Writeln(stdout,'');
|
||||
Halt(217);
|
||||
ErrorCode:=217;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user