* exit with exitcode 217 instead of some random OS result

on an unhandled exception

git-svn-id: trunk@5314 -
This commit is contained in:
Jonas Maebe 2006-11-10 20:32:20 +00:00
parent 43ba7cfe6f
commit 865a4573cf

View File

@ -153,7 +153,7 @@ begin
with ExceptObjectStack^ do
begin
TExceptProc(ExceptProc)(FObject,Addr,FrameCount,Frames);
Halt(ExitCode);
halt(217)
end;
if erroraddr = nil then
RunError(217)