瀏覽代碼

* fixed compilation on 64 bit platforms with DEBUG_MT enabled

git-svn-id: trunk@4223 -
tom_at_work 19 年之前
父節點
當前提交
b3573feabb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/linux/tthread.inc

+ 1 - 1
rtl/linux/tthread.inc

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