mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 23:30:37 +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();
|
FSem := CurrentTM.SemaphoreInit();
|
||||||
if FSem = nil then
|
if FSem = nil then
|
||||||
raise EThread.create('Semaphore init failed (possibly too many concurrent threads)');
|
raise EThread.create('Semaphore init failed (possibly too many concurrent threads)');
|
||||||
FSuspended := True;
|
FSuspended := False;
|
||||||
FSuspendedExternal := false;
|
FSuspendedExternal := false;
|
||||||
FInitialSuspended := CreateSuspended;
|
FInitialSuspended := CreateSuspended;
|
||||||
FFatalException := nil;
|
FFatalException := nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user