Explorar o código

* fixed compilation on 64 bit platforms with DEBUG_MT enabled

git-svn-id: trunk@4223 -
tom_at_work %!s(int64=19) %!d(string=hai) anos
pai
achega
b3573feabb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/linux/tthread.inc

+ 1 - 1
rtl/linux/tthread.inc

@@ -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);