Sfoglia il codice sorgente

* fixed debug code for 64 bit

git-svn-id: trunk@5913 -
Jonas Maebe 18 anni fa
parent
commit
157e5eb02e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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