* fixed initial suspending bug in r5662

git-svn-id: trunk@5668 -
This commit is contained in:
Jonas Maebe 2006-12-21 21:51:41 +00:00
parent 2a274aa510
commit 96b379ab0b

View File

@ -142,7 +142,7 @@ begin
FSem := CurrentTM.SemaphoreInit();
if FSem = nil then
raise EThread.create('Semaphore init failed (possibly too many concurrent threads)');
FSuspended := True;
FSuspended := False;
FSuspendedExternal := false;
FInitialSuspended := CreateSuspended;
FFatalException := nil;