* return from unhandled exception handler to system unit so things get cleaned up properly

git-svn-id: trunk@4708 -
This commit is contained in:
florian 2006-09-24 12:44:20 +00:00
parent 5ca8549895
commit 3c50c5f714

View File

@ -246,7 +246,7 @@ begin
Writeln(stdout,BackTraceStrFunc(Frames[i]));
end;
Writeln(stdout,'');
Halt(217);
ErrorCode:=217;
end;