diff options
Diffstat (limited to 'lldb/source/Symbol/SymbolVendor.cpp')
-rw-r--r-- | lldb/source/Symbol/SymbolVendor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Symbol/SymbolVendor.cpp b/lldb/source/Symbol/SymbolVendor.cpp index b228780e8de..4c236400d62 100644 --- a/lldb/source/Symbol/SymbolVendor.cpp +++ b/lldb/source/Symbol/SymbolVendor.cpp @@ -279,7 +279,7 @@ SymbolVendor::Dump(Stream *s) Mutex::Locker locker(m_mutex); bool show_context = false; - s->Printf("%.*p: ", (int)sizeof(void*) * 2, this); + s->Printf("%p: ", this); s->Indent(); s->PutCString("SymbolVendor"); if (m_sym_file_ap.get()) |