summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
diff options
context:
space:
mode:
authorJean-Daniel Dupas <devlists@shadowlab.org>2014-07-02 09:51:28 +0000
committerJean-Daniel Dupas <devlists@shadowlab.org>2014-07-02 09:51:28 +0000
commite7c7c3de9324000feedbf1e332db3e1cedb0a49c (patch)
treeefa93c3a4285a5dec7b719c33cbc658e5fb813ac /lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
parent70fc29ca86f0f852ed0e3d007cff7b45bb396e7c (diff)
downloadbcm5719-llvm-e7c7c3de9324000feedbf1e332db3e1cedb0a49c.tar.gz
bcm5719-llvm-e7c7c3de9324000feedbf1e332db3e1cedb0a49c.zip
Replace uint32_t by lldb::RegisterKing in register context API.
llvm-svn: 212172
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp')
-rw-r--r--lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp b/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
index 8c33a6814ac..40d00b1eed8 100644
--- a/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
+++ b/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
@@ -98,7 +98,7 @@ RegisterContextMemory::GetRegisterSet (size_t reg_set)
}
uint32_t
-RegisterContextMemory::ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num)
+RegisterContextMemory::ConvertRegisterKindToRegisterNumber (lldb::RegisterKind kind, uint32_t num)
{
return m_reg_infos.ConvertRegisterKindToRegisterNumber (kind, num);
}
OpenPOWER on IntegriCloud