FpDebug: Fix compilation after r44595 #ab2522e911

git-svn-id: trunk@44596 -
This commit is contained in:
joost 2014-04-03 19:19:07 +00:00
parent ab2522e911
commit e9f865d7b8

View File

@ -432,8 +432,7 @@ begin
writeln('Exit');
// Clear all pending signals
repeat
c := FpWaitPid(-1, FStatus, WNOHANG);
until c<1;
until FpWaitPid(-1, FStatus, WNOHANG)<1;
result := deExitProcess
end