* fixed compilation on 64 bit platforms with DEBUG_MT enabled

git-svn-id: trunk@4223 -
This commit is contained in:
tom_at_work 2006-07-16 10:19:52 +00:00
parent cd8842a74d
commit b3573feabb

View File

@ -148,7 +148,7 @@ begin
// the LinuxThreads implementation is used
LThread.FPid := fpgetpid();
{$ENDIF}
WRITE_DEBUG('thread initing, parameter = ', LongInt(LThread));
WRITE_DEBUG('thread initing, parameter = ', PtrInt(LThread));
try
if LThread.FInitialSuspended then begin
SemaphoreWait(LThread.FSem);