diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:04:10 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:04:10 +0000 |
| commit | 74a628f776edb588bff8f8f5cc16eac947c9d631 (patch) | |
| tree | dc32e010ac4902621e5a279bfeb48628f7f0e166 /tools/debugserver/source/MacOSX/MachThread.cpp | |
| parent | afed7be32164a598f8172282c249af7266c48b46 (diff) | |
Diffstat (limited to 'tools/debugserver/source/MacOSX/MachThread.cpp')
| -rw-r--r-- | tools/debugserver/source/MacOSX/MachThread.cpp | 2 |
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() { |
