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/Utility/RegisterContextThreadMemory.h | |
| 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/Utility/RegisterContextThreadMemory.h')
| -rw-r--r-- | lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h b/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h index 8d7a4b622fe..161ef040e65 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h @@ -66,7 +66,7 @@ public: CopyFromRegisterContext (lldb::RegisterContextSP context); virtual uint32_t - ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num); + ConvertRegisterKindToRegisterNumber (lldb::RegisterKind kind, uint32_t num); //------------------------------------------------------------------ // Subclasses can override these functions if desired |

