diff options
| author | Jean-Daniel Dupas <devlists@shadowlab.org> | 2014-07-02 09:51:28 +0000 |
|---|---|---|
| committer | Jean-Daniel Dupas <devlists@shadowlab.org> | 2014-07-02 09:51:28 +0000 |
| commit | e7c7c3de9324000feedbf1e332db3e1cedb0a49c (patch) | |
| tree | efa93c3a4285a5dec7b719c33cbc658e5fb813ac /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
| parent | 70fc29ca86f0f852ed0e3d007cff7b45bb396e7c (diff) | |
| download | bcm5719-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/gdb-remote/GDBRemoteRegisterContext.cpp')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp index 10f47f6fdfa..583f49c774d 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp @@ -868,7 +868,7 @@ GDBRemoteRegisterContext::WriteAllRegisterValues (const lldb::DataBufferSP &data uint32_t -GDBRemoteRegisterContext::ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num) +GDBRemoteRegisterContext::ConvertRegisterKindToRegisterNumber (lldb::RegisterKind kind, uint32_t num) { return m_reg_info.ConvertRegisterKindToRegisterNumber (kind, num); } |

