mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 16:06:16 +02:00
* fixed compilation on 64 bit platforms with DEBUG_MT enabled
git-svn-id: trunk@4223 -
This commit is contained in:
parent
cd8842a74d
commit
b3573feabb
@ -148,7 +148,7 @@ begin
|
|||||||
// the LinuxThreads implementation is used
|
// the LinuxThreads implementation is used
|
||||||
LThread.FPid := fpgetpid();
|
LThread.FPid := fpgetpid();
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
WRITE_DEBUG('thread initing, parameter = ', LongInt(LThread));
|
WRITE_DEBUG('thread initing, parameter = ', PtrInt(LThread));
|
||||||
try
|
try
|
||||||
if LThread.FInitialSuspended then begin
|
if LThread.FInitialSuspended then begin
|
||||||
SemaphoreWait(LThread.FSem);
|
SemaphoreWait(LThread.FSem);
|
||||||
|
Loading…
Reference in New Issue
Block a user