aboutsummaryrefslogtreecommitdiff
path: root/tools/debugserver/source/MacOSX/MachThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/debugserver/source/MacOSX/MachThread.cpp')
-rw-r--r--tools/debugserver/source/MacOSX/MachThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugserver/source/MacOSX/MachThread.cpp b/tools/debugserver/source/MacOSX/MachThread.cpp
index 36aa8c04bf2a..5686e42e4a49 100644
--- a/tools/debugserver/source/MacOSX/MachThread.cpp
+++ b/tools/debugserver/source/MacOSX/MachThread.cpp
@@ -50,7 +50,7 @@ MachThread::MachThread(MachProcess *process, bool is_64_bit,
DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE,
"MachThread::MachThread ( process = %p, tid = 0x%8.8" PRIx64
", seq_id = %u )",
- &m_process, m_unique_id, m_seq_id);
+ reinterpret_cast<void *>(&m_process), m_unique_id, m_seq_id);
}
MachThread::~MachThread() {