mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:25:58 +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]));
|
Writeln(stdout,BackTraceStrFunc(Frames[i]));
|
||||||
end;
|
end;
|
||||||
Writeln(stdout,'');
|
Writeln(stdout,'');
|
||||||
Halt(217);
|
ErrorCode:=217;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user