Procházet zdrojové kódy

* fixed compilation on 64 bit platforms with DEBUG_MT enabled

git-svn-id: trunk@4223 -
tom_at_work před 19 roky
rodič
revize
b3573feabb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);