summaryrefslogtreecommitdiffstats
path: root/source/Core/Event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Core/Event.cpp')
-rw-r--r--source/Core/Event.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Event.cpp b/source/Core/Event.cpp
index bf5ff22..293a322 100644
--- a/source/Core/Event.cpp
+++ b/source/Core/Event.cpp
@@ -147,7 +147,7 @@ EventDataBytes::Dump (Stream *s) const
else if (m_bytes.size() > 0)
{
DataExtractor data;
- data.SetData(&m_bytes[0], m_bytes.size(), lldb::endian::InlHostByteOrder());
+ data.SetData(&m_bytes[0], m_bytes.size(), endian::InlHostByteOrder());
data.Dump(s, 0, eFormatBytes, 1, m_bytes.size(), 32, LLDB_INVALID_ADDRESS, 0, 0);
}
}
OpenPOWER on IntegriCloud