浏览代码

* fixed debug code for 64 bit

git-svn-id: trunk@5913 -
Jonas Maebe 18 年之前
父节点
当前提交
157e5eb02e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/unix/tthread.inc

+ 1 - 1
rtl/unix/tthread.inc

@@ -76,7 +76,7 @@ var
 begin
   WRITE_DEBUG('ThreadFunc is here...');
   LThread := TThread(parameter);
-  WRITE_DEBUG('thread initing, parameter = ', LongInt(LThread));
+  WRITE_DEBUG('thread initing, parameter = ', ptrint(LThread));
   try
     // wait until AfterConstruction has been called, so we cannot
     // free ourselves before TThread.Create has finished