diff options
Diffstat (limited to 'lldb/source/Expression/IRInterpreter.cpp')
-rw-r--r-- | lldb/source/Expression/IRInterpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/IRInterpreter.cpp b/lldb/source/Expression/IRInterpreter.cpp index 4211c876bc6..b30b066a137 100644 --- a/lldb/source/Expression/IRInterpreter.cpp +++ b/lldb/source/Expression/IRInterpreter.cpp @@ -389,7 +389,7 @@ public: lldb_private::Value base = GetAccessTarget(region.m_base); - ss.Printf("%llx [%s - %s %llx]", + ss.Printf("%" PRIx64 " [%s - %s %llx]", region.m_base, lldb_private::Value::GetValueTypeAsCString(base.GetValueType()), lldb_private::Value::GetContextTypeAsCString(base.GetContextType()), |