| Index: Source/heap/Heap.cpp
|
| diff --git a/Source/heap/Heap.cpp b/Source/heap/Heap.cpp
|
| index 30b7e725fb38d8b3b9153358048e33552d77b510..d0c06fc104c57e7a31c6156963197c63a8770148 100644
|
| --- a/Source/heap/Heap.cpp
|
| +++ b/Source/heap/Heap.cpp
|
| @@ -951,7 +951,7 @@ void Heap::collectGarbage()
|
| PrintStats(before);
|
| printf(" => ");
|
| PrintStats(*s_statsAfterLastGC);
|
| - printf(" in %.3fs (thread %p)\n", (endTime - startTime), currentThread());
|
| + printf(" in %.3fs (thread %x)\n", (endTime - startTime), currentThread());
|
| }
|
| #endif
|
| }
|
|
|