mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* fixed initial suspending bug in r5662
git-svn-id: trunk@5668 -
This commit is contained in:
parent
2a274aa510
commit
96b379ab0b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user