[LLDB] Fix broken LLDB build due MemoryTagManager.h

Commit e0f2744a11 broke LLDB build.
This patch fixes the build. Tested on Arm/AArch64 Linux.

Differential Revision: https://reviews.llvm.org/D97281
This commit is contained in:
Muhammad Omair Javaid 2021-06-25 02:35:10 +05:00
parent 2e4a2b8430
commit 9ca0171a9f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace lldb_private {
class MemoryTagManager {
public:
typedef Range<lldb::addr_t, size_t> TagRange;
typedef Range<lldb::addr_t, lldb::addr_t> TagRange;
// Extract the logical tag from a pointer
// The tag is returned as a plain value, with any shifts removed.